Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #26091

    Hi, I would like to change the color of the icon in the icon list, how to do that, thanks!

    #129269

    oh, still no response.

    #129270

    Hi,

    You can add something like this on your custom.css or Quick CSS

    .iconlist-char {
    color: red;
    }

    Regards,

    Ismael

    #129271

    Hi,

    It changed but not for icon box. What about if I would like to change the color of icons there? Moreover, I would like to change the background color of icon list (icons are on the gray circle, I wanna change this).

    PS. love your theme ^^

    Thanks,

    #129272

    Hi,

    You can use this for the icon box

    .iconbox_icon.heading-color.avia-font-entypo-fontello {
    color: red;
    }

    Then change the icon list background and border with this

    .avia-icon-list .iconlist_icon {
    background-color: red;
    border: 3px solid black;
    }

    Regards,

    Ismael

    #129273

    Many thanks, it’s all done perfectly. Just FYI, I need to put section ID to specific position.

    BTW, do you have any solution to change the theme color by manually? Due to I wanna change the whole button color at once. Do I need to submit a new topic for this question?

    Cheers!

    #129274

    Hi,

    You change the Theme Color on Enfold > Styling.

    Regards,

    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘how to change the color of icon’ is closed to new replies.