Hi amazing people at Enfold,
Could you please let me know if it’s possible to keep social media icons in thier more visible colours, like when you hover over them.
For example – when you hover over Facebook it changes to blue – we’d like it blue permanently is possible. (For both head and footer icons)
Thanks in advance
Hey markgibbons243!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field put the following and adjust the values as needed:
#top #wrap_all .av-social-link-facebook a {
background-color: #37589b !important;
color: #fff !important;
}
#top #wrap_all .av-social-link-twitter a {
background-color: #46d4fe !important;
color: #fff !important;
}
The colors and classes for the icons you find at:
enfold\css\layout.css line 1164ff
Best regards,
Günter
Amazing, thank you!