Hi guys!
is there a way I can change the blog post title font size in both the Masonary layout and the Blog Post element from the advance editor?
I currently have both title and excerpt showing upon hover for the Masonary element and am just using the Blog Post element with defaults. I’d just like to make the post title a little smaller.
Thanks!
BP
Hey!
Try adding this code to the Quick CSS:
h2.post-title.entry-title {
font-size: 22px !important;
}
Cheers!
Josue
Perfect. Thx!
You are welcome, glad to help :)
Regards,
Josue