Hi
Is it possible to change the colors of the social icons in the top menu?
I would like to swap the colors. Blue at default, white at hover over.
Hey dalboslampen!
try this in Quick CSS field:
li.social_bookmarks_linkedin.av-social-link-linkedin.social_icon_1 {
background-color: #2997ab;
}
[data-av_icon]:before {
color: white;
}
Cheers!
Andy