Hi guys,
I have updated the Enfold theme and noticed very a different font setting in the icon lists. I have back-upped custom.css and header.php en overwritten it after the update. It looks terrible now: http://www.cadeaugolf.nl/trex-tour/
Do you know what’s wrong and where to change it like before the update?
Regards,
David
Hey David!
You can add this on custom.css or Quick CSS:
.iconlist_content p {
line-height: 30px;
}
.avia-icon-list .iconlist_title {
margin-bottom: 10px;
}
The plugin Grid Products is messing up with theme’s layout.
Regards,
Ismael
Thanks. Can you give me a code for adjusting the font seize too?
Regards,
David
Hey!
Please add following code to Quick CSS as well and adjust as needed
.iconlist_content p { font-size: 18px; } /* changes the size of content section */
.avia-icon-list .iconlist_title { font-size: 20px; } /* changes the font size of title */
Best regards,
Yigit
Thanks. That worked.