Hi guys,
Is it possible to change the default grey color of social icons in the header and in the socket?
There is no way I can do that by going into Enfold styling options.
I would like to make them white, instead of grey, so they can be seen both in my header and socket.
Thanks,
Antonio
Hey Antonio!
Try adding this code to the Quick CSS:
#header .social_bookmarks a {
color: white;
}
Cheers!
Josue
Hi!
Please add following code to Quick CSS
.social_bookmarks a {
color: white!important;
}
.header-scrolled .social_bookmarks a {
color: #888!important;
}
Regards,
Yigit
Awesome Yigit! It worked!
Which code do I need to make the same exact thing for the header menu links?
That is, white upon loading and grey upon scroll?
Antonio
Hey!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links” and for transparent header, please go to Enfold theme options > Header > Transparency Options
Regards,
Yigit
Thank you so much, you rock!
Regards,
Antonio