Tagged: font weight, icon list
For an icon list with small icons, I used the following code to change the font-weight to lighter:
#top .avia-icon-list h4.iconlist_title {
font-weight: lighter;
}
But for other icon lists with big icons, I want the text to show up in normal font-weight. How can I change the font-weight for specific icon lists?
Thanks.
Mark
Found it already. At least how to give a different font-weight to big icon lists and small icon lists.
I replaced the code above with
#top .av-iconlist-small li {
font-weight: lighter;
}
to get a lighter font-weight for small icon lists.
So this topic can be closed.
Mark
Hi Multispace,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria