Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25691

    I tried to add

    .iconlist_icon {

    background-color: #00b6f1 !important;

    }

    to my custom.css like the user web_line did on http://www.ready-made.de

    Could figure out, why this won’t work. Any ideas?

    #127869

    Hi,

    Please add this on your custom.css or Quick CSS

    .alternate_color .avia-icon-list .iconlist_icon {
    background: red;
    }

    If it doesn’t work use this:

    .avia-icon-list .iconlist_icon {
    background: red !important;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Setting up custom icon list background color’ is closed to new replies.