How to increase the text size of the icon list titles and text?
Thanks.
Hi bakbek ;
try to add this line in to your css :
.iconlist_content p{ font-size: 15px !important}
adjust the size as you like
That doesn’t work. Any idea why?
Hey!
try this code instead for title:
.avia-icon-list .iconlist_title {
font-size: 20px;
}
and for text:
.main_color .iconlist_content {
font-size: 20px;
}
Adjust as needed.
Best regards,
Andy
Awesome. Thanks Andy :)