Tagged: icon list
Hello,
I followed this thread to style the titles and text of the Icon List. I was able to change the text, but for some reason, the code for the title isn’t taking. I tried adding This is what I entered:
.avia-icon-list .iconlist_title {
font-family: Barlow, sans-serif;
font-weight: 600;
font-size: 14px;
color: #84bd00;
}
I tried adding an !important rule, but that didn’t work either. Is there something I’m doing wrong? I appreciate the help, thanks!
Hey Kirstie,
Add this to quick css:
.av_iconlist_title.iconlist_title_small a{
font-family: Barlow, sans-serif;
font-weight: 600;
font-size: 20px;
color: #84bd00;
}
This worked.
Best regards,
Jordan Shannon
That worked perfectly. Thanks so much!
Hi,
No problem at all, I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon