Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #956628

    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!

    #956750

    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

    #956755

    That worked perfectly. Thanks so much!

    #957094

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon List Title Font’ is closed to new replies.