Hello,
I followed this thread to add social icons to my socket. https://kriesi.at/support/topic/footer-socket-question/#post-193649
They showed up! Wohoo! I was wondering if it is possible to make them like the header social icons – inside a circle when hover not a square?
T
Hey!
Try adding this code to the Quick CSS:
#top .social_bookmarks li a{
border-radius: 30px;
}
Cheers!
Josue