Is there a way in which to get the social icons to be encased in a rounded background and always showing.
Presently I have an ‘f’ for Facebook. When you hover over it, it displays a square blue background.
Is it possible to have just a round background and always showing?
Cheers
John
Hey John,
Please provide a link to the sit/page in question so we can look into this further.
Best regards,
Jordan Shannon
Thanks Jordan.
Link in PC
Cheers John
Hi John,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#top #wrap_all #header .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
border-radius: 50%;
}
Best regards,
Nikko
thanks Nikko.
that did the trick
So if I had other social icons to do the same do I just try changing the name, say from .av-social-link-facebook to .av-social-link-instagram
Cheers
John
Hi,
Yes, you would just target the name you are trying to style.
Best regards,
Jordan Shannon