Hi,
Is there a Quick CSS code I can use to customise the two main colors of the icons, such as in the Icon List?
Thanks
Hey 500Webmaster!
Thank you for using the theme.
Use this for the background and icon color:
.main_color .avia-icon-list .iconlist_icon {
background-color: blue;
color: red;
}
Regards,
Ismael
Thanks!