Hello,
how do I get for the social media icons in the footer the hover effect with a circle comparable to the header?
how can I change the size of the text in the middle widget (Follow us!)?
THX
Hey bremerlloyd,
Add the following to quick css:
#custom_html-2{
font-size:19px!important;
}
#top #wrap_all .social_bookmarks li a:hover{
border-radius:50px!important;
}
Best regards,
Jordan Shannon
Thanks for the quick response. It worked all fine. However, if I approach the sm icons from the corner the hover effect shows still a square at a certain point instead of the circle.
Hi,
That’s how html links work though it’s not part of the circle, the social icon link covers a rectangular area.
Best regards,
Nikko