Hello,
i am creating a templage page.
How can I add specific css only for pages concerned by this template?
Regards.
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