Can I change the color of the Header Social Media Icons? They display in Gray and kind of small (their color only shows when they are hovered) so they are not very visible.
Here’s the site: http://www.sosotehaces.com.co
If this is possible, how do I do it? (If you happen to have a video that would be fantastic!)
Thank you!!
Hey Havi!
Try adding this code to the Quick CSS (Enfold > General Styling):
.social_bookmarks a {
color: white !important;
}
Cheers!
Josue
Thank you Josue!!! :)
It worked like a charm!!!
Do you have a similar one for the Footer Headings? (It is set to #ffffff in the Enfold Settings but it displays in grey) :(
Thank you!!
Try with this:
#footer .widgettitle {
color: white !important;
}
You are a genius!!! Thank youuuu!!! :) :)
De nada :)