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
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
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; }
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
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.