Hi,
I need to show the icon facebook always blue, like when the mouse over the icon.
where can modify it?
regards
Hi jormen,
It’s predefined so the only way to change it is via CSS code in Enfold > General Styling > Quick CSS.
Add this code inside Quick CSS and just change the color and background color:
#top #wrap_all .av-social-link-facebook:hover a,
#top #wrap_all .av-social-link-facebook a:focus{
color: #fff;
background-color: #37589b;
}
Hope it helps.
Best regards,
Nikko
Hi,
Thanks for the link to your site, when I check your icon it is blue & white on mouse-over, if you want it blue before mouse-over try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#top #header_meta .av-social-link-facebook a {
color: #37589b;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thanks
now working
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike