Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #161729

    Hi,

    I have been looking at the various content elements and noticed you offer an Icon list. However I cannot seem to find anyway to change the icon background colour from its constant light grey?

    Can anyone please advise how to change the colour background for this please?

    Many thanks
    Neil

    #161789

    Hi Neil,

    You can add following code to Quick CSS in Enfold theme options under Styling to change the backgroun color of icon list
    .main_color .avia-icon-list .iconlist_icon { background-color: red; }

    Regards,
    Yigit

    #166239

    I also am trying to do this. Adding it to Quick CSS didn’t work, so I added it to WordPress’ Appearance > Edit CSS page and it still isn’t working. I wanted to change the color to #1180e1 so I put this into Edit CSS:

    .main_color .avia-icon-list .iconlist_icon { background-color: #1180e1; }

    #166300

    Hi!

    Please try adding to Quick CSS like this

    .main_color .avia-icon-list .iconlist_icon { background-color: #1180e1!important; }

    If that does not work, you can add it inside of Custom.css file which is inside Enfold\Css folder

    Best regards,
    Yigit

    #166307

    I tried it in quick css and it didn’t work, then I tried it in custom css and it still didn’t work. Copy pasted, character for character.

    #166309

    Hi!

    Alex can you post the link to your website? So we can inspect elements and make sure that we are targetting correct element

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Icon lists colour options’ is closed to new replies.