Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #438525

    Hello,
    i am creating a templage page.
    How can I add specific css only for pages concerned by this template?
    Regards.

    #439205

    Hey cisqo!

    Can you please post the link to your page?

    Best regards,
    Yigit

    #439216
    This reply has been marked as private.
    #439222

    Hi!

    Seeing the page lets us tell you the correct selector :)
    You can use “page-template-template-diagnostic” selector. So for example, if you would like to change color of H3 tagged elements on this page, you can use

    .page-template-template-diagnostic h3 { color: orange !important; }

    Regards,
    Yigit

    #439223
    This reply has been marked as private.
    #439225
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘css specific template’ is closed to new replies.