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

    Hi, I can’t find where to change the font color of Icon List, would appreciate it if you can help to advise how to, thanks!

    #117672

    Insert following code into the quick css field:

    .main_color .iconlist_title h4{
    color: #333;
    }

    .main_color .iconlist_content{
    color: #999;
    }

    The first code block will change the headline color, the second block changes the content text color.

    #117673

    Hi, thanks and I copied this code into the quick css but nothing changes, I did find throught firebug that the fond shall be changed via .main_color .iconlist_content, but even I put this code into the quick code, when checked through firebug, nothing changes, pls. advise, thanks!

    #117674

    Hi,

    Use this instead.

    .avia-icon-list .iconlist_title {
    color: red;
    }

    .iconlist_content p {
    color: red;
    }

    If it still not working try this

    .avia-icon-list .iconlist_title {
    color: red !important;
    }

    .iconlist_content p {
    color: red !important;
    }

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how to change font color of Icon List’ is closed to new replies.