Taking your demo home page as an example – http://kriesi.at/themes/enfold/ – the icon list next to ‘About Us’ when you scroll down – is it possible to have the list icons appear in their colored version rather than greyscale?
Hi Andrew!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.alternate_color .avia-icon-list .iconlist_icon, .main_color .avia-icon-list .iconlist_icon {
background-color: red;
}
Cheers!
Yigit
Awesome, thank you.