Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #863039

    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

    #863054

    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

    #863245

    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.

    #863277

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.