Hi, I would like to change the size of the post titles on the blog page and also in the post page itself. I tried using the advanced styling to edit the H1 and H2 but that effects the H1 and H2 all across the site and I only want to change the titles in the blog page and inside the posts.
Thanks.
Hey DROR!
Thank you for using Enfold.
Try this on Quick CSS:
.entry-content-wrapper .post-title {
font-size: 31px;
}
Regards,
Ismael
Great. Thanks.