target css on specific page works only on some pages
-
I am trying to target an id (user-logo) only in a specific page.
When I apply it to page ?page_id=26… it works fine:.page-id-26 #user-logo { border: 1px solid #021a40; }
When I try it with my ‘posts page’ which is called: ?page_id=35
like this:.page-id-35 #user-logo { border: 1px solid #021a40; }
It just doesn’t even show up in the CSS in firefox inspector.
What am I doing wrong? is the posts page a special page!?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘target css on specific page works only on some pages’ is closed to new replies.