Hi guys i need to change the color of the social icons to grey, and no color on hover, what should i do?
thanks
Also need to change icon box color title and icon. sorry for this update..
Hi!
Please add following code to Quick CSS and adjust as needed
.header_color .social_bookmarks a, .header_color .social_bookmarks a:hover { color: #808080 !important; }
.iconbox .iconbox_content .iconbox_content_title { color: red; }
.main_color.iconbox_top .iconbox_icon { background-color: orange; color: blue; border-color: orange; }
Cheers!
Yigit