Hi,
I’ve styled by blog index page how I like. Could you please let me know what css class(es) I need to add to .blog to have the same styling applied to the various category pages.
For my blog index page, the title is styled as:
.blog .h-landmark{
color:#4c70b0;
}
What do I need to add to the above to have all category pages styled in the same way, without having to add duplicate css declarations?
Thanks in advance.