Avada › Forums › Community Forum › How to change recent posts font size
Tagged: Title, font, size, change, recent posts
-
AuthorPosts
-
Hey all,
I want to change the font size of the title of the the recent posts on my site. For instance, the “SpeakUP Connection Games in December” title on this page.
It looks like it’s probably pulling the font styling from the H4 heading setting in the theme options section. But when I try to change the H4 heading font size, there is no effect on the recent posts title. I cannot find where in the theme options to actually change this…
Does anyone know?
Thanks!
Hello @Sarahpeller
You should be able to change this from Avada > Options > Typography > Header Typography > Post Title Typography => https://share.getcloudapp.com/L1uOvPgW
Also, please check that none of your custom CSS inside either Avada > Options > Custom CSS Tab or somewhere else is changing this or overriding the theme CSS.
Thanks
-Ammar
Afaik, that solution only works for the single post Title
To change size of Recent Posts Titles I added the following custom code.fusion-recent-posts .recent-posts-content .entry-title{
font-size:20px;
}YESSSS! That custom code did the job. Thanks so much, Steve!!!
😁
You are welcome Sarah, glad I could help 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.