Is it possibile to change the background color of the icon element (circular area) of the icon list with CSS code? At present the round circles on which the icons are placed are fixed to grey color. Thank you for your advice and your help.
Hi hoqui!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.alternate_color .avia-icon-list .iconlist_icon,.main_color .avia-icon-list .iconlist_icon {
background-color: orange;
}
Best regards,
Yigit
Wow, you are extremely fast to reply !! Great compliment ! And the code you sent just works fine, thank you !!