Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1299928

    Hi, I have read previous support questions on this topic but it doesn’t fix my problem.

    I would like to change :

    the background colour of the icon list to #70B443
    the icon colour to #ffffff
    the text colour to #ffffff

    I have tried this code ——–

    .alternate_color .avia-icon-list .iconlist_icon {
    background-color: white;
    }
    .main_color .avia-icon-list .iconlist_icon {
    background-color: green;
    }
    ————————

    But I can specify a hex code for the colours.

    Thank you for your help

    #1300145

    Hey james-clickstream,

    Please try the following in Quick CSS under Enfold->General Styling:

    div.iconbox_icon {
      background-color: #70B443;
    }
    
    div.iconbox_icon:before {
      color: #fff;
    }

    Best regards,
    Rikard

    #1300485

    Hi Rikard,

    That changes the background to the icons to grey which seems to be coming from somewhere in the theme settings.

    Can you think of another solution?

    Thanks

    #1300486

    I have set up a log in for you

    #1300705

    Hi,

    Thanks for the update. The CSS I sent you is applying on your site, please change the values in the code if you need different colours. If you can’t see the changes, then please try loading the site in an incognito or private browser window.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.