Hey,
I’ve been trying for a while to figure out how to change the size for all the h2 and h3 titles on my blog, but it doesn’t seem to work without either applying the CSS for the entire site, or applying it to the blog + carousel. I don’t want the carousel font size to change with the blog post change. Is there no workaround here?
If I apply:
body h2 {
font-size: 130% !important;
}
The entire site will have the same h2 site – which I don’t want.
If I apply:
.single-post .h2, .single-post h2 {
font-size: 130% !important;
}
The blog title size will change, but so will the ethos carousel titles and that makes them waaaaay too big for the carousel. I then tried to apply:
.h-entry-cover {
font-size: 14px !important;
}
But that won’t override the previous code. Please help!
Thanks!
Ann