I cannot find a setting to change the built in icon colors;
Can someone tell me where to change this or if there is code I can add and where would I add the code. I need very specific instructions (I am not a programmer)
Thank you in advance!
TG
Hello TG!
By gray you mean the text color?
Best regards,
Josue
Hello Josue,
No, I mean the icon itself.
Here is the URL I am working on.
http://everydayleadersthrive.com/newsite/team-consulting
This page has 3 icons and I need them to be some other color besides the light gray.
I have not found any settings where I can change that, individually, or site wide.
Thank you,
TG
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color .avia-icon-list .iconlist_icon {
background-color: black;
border-color: red;
color: green; }
Regards,
Yigit
Hello!
Please add following code as well
.alternate_color .avia-icon-list .iconlist_icon { background-color: black; border-color: red; color: green; }
Cheers!
Yigit
thank you that worked