Archived topic
Targeting the Archive Page titles
3 replies · Started by Jim on February 27, 2019
I want to target the titles of just the archive pages with some CSS (so not messing at all with the titles on posts or pages). What is the id/class that I would need to use to do this? I can't seem to figure it out.
Thanks.
Hi there,
Just making sure that you know there are options for them in Typography > Headings > H2 and Colors > Content > Blog Post Title.
If you need some other specific properties, try this selector:
.blog h2.entry-title, .archive h2.entry-title {
/*CSS here*/
}
Let me know if this helps :)
Thanks. This was perfect.
No problem :)