Archived topic
Using the archive css selector
5 replies · Started by Margot on September 11, 2018
This is a general question but what pages templates does the .archive selector control?
I imagine it styles tags and category pages but what other pages will be defined and changed if I use that selector?
That is the body class carried by all archive pages, used to display category, date, author, tag, taxonomy, and custom post type archives
Will it affect the search results page?
No. that uses the .search selector, if i am doing global styling i do this a lot:
.blog .the-target-selector, .archive .the-target-selector, .search .the-target-selector { CSS here }
Perfect. Thank you for the clarification!
You're welcome :)