Hi team,
Could you help adjust the font for the icon lists on the page? I’d like it to match the paragraph style like the text above the “Our Expertise” heading.
Thanks a lot, everyone!
Hey lara666,
Thank you for the inquiry.
You can add this css code to adjust the style of the icon list title:
#top #wrap_all .avia-icon-list-container.av-m6zynu03-656fee89931be518806dc34f25ba77ad .av_iconlist_title, #top #wrap_all .avia-icon-list-container.av-m6zyi7hq-1697bf2386f7aa527bd05b8b90479d05 .av_iconlist_title {
font-size: 13px;
color: #969696;
font-weight: 400;
font-family: 'open sans', Helvetica, Arial, sans-serif;
}
Best regards,
Ismael
Hi Ismael,
Thank you! That works, but it has reverted my font to all caps. I’d like it to be in sentence case instead.
Could you please let me know how to achieve sentence case while maintaining the paragraph style?
Cheers!