Hi,
Absolutely brilliant theme – congrats all!
I am having a bit of an issue with font size, and can’t find anything else similar already listed in the forum nor can I work out how to change it through the admin panel.
I have created a page and have the following elements on it (all created using the Avia Layout Builder and in the below order):
* Text Block
* Blog Posts
* Text Block
It all works as it should do – however the font size (I believe it is all the same font) differs between the <p> tag in the text block and the <p> tag in the blog posts.
I have tried a number of amends in the custom CSS to no avail – so am hoping that the moderators/community might know the solution.
Thanks!
Andrew
Hi WeAreDGTL!
Thank you for using the theme!
You can change the font size of the blog with this on Quick CSS or custom.css:
.template-blog p {
font-size: 16px;
}
Use this for the text block:
.av_textblock_section p {
font-size: 18px;
}
Regards,
Ismael
Thank you so much Ismael – this worked perfectly. I would never have found this.