I would like that FB icon appears firsly and later in grey, but I do not know how to change the order.
Could you help me.
Thanks.
Almudena.
Hi hector1069!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
#top #wrap_all .av-social-link-facebook:hover a {
color: #919191;
background-color: transparent;
}
Cheers!
Yigit