• Resolved grimmrock

    (@grimmrock)


    Hello again guys. How can I edit CSS on a subpage? I mean, i want to change only the subpage, not the whole site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Every page has a unique selector in the body tag, something like page-id-99. If you Inspect Element (Q) the page (rt-click) then you’ll see it.

    So changing CSS on that page you need to add .page-id-99 in front of the chosen selector.

    eg .page-id-99 .tc-header {display: none;}

    Thread Starter grimmrock

    (@grimmrock)

    Man, you’re the real MVP, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing CSS in subpage’ is closed to new replies.