How to customize a post page for a particular category
-
Hey all. I am trying to customize all the post pages for a particular category but making all the links red. The category page itself is working but I can’t get the individual posts to change. I’ve tried everything I can think of.
See: https://seaninconcert.com/2014/03/rush-ipod-setlist-challenge/ which should look like: https://seaninconcert.com/category/rush/.
The css so far is:
.category.category-rush.category-7 a, .category.category-rush.category-7 #sidebar .widget-container h3, .category.category-rush.category-7 #footer-widgets .widget-title, .category.category-rush.category-7 #footer-widgets a {color:red !important; } .category-rush a, .category-rush h3, .category-rush .widget-title, .category-rush #sidebar .widget-container h3, .category-rush .navbar .nav>li>a, .category-rush #footer-widgets .widget-container h3, .category-rush #footer-widgets li, .category-rush #footer-widgets h3, .category-rush #footer-widgets a {color: red !important;}
`
Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to customize a post page for a particular category’ is closed to new replies.