Hi
I am using the shortcode for [social-bookmarks] within our footer widget.
I want the rollovers to be circular instead of square?
How do I change the styling for these? or is there CSS code that can be added.
Webpage in private.
Thanks
Hi woogie07,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top #wrap_all .social_bookmarks li a {
border-radius: 50%;
}
Best regards,
Nikko
thank you
That has worked