Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #221520

    Hi There – I’m wondering if there is a way to increase the size of the social media icons in the header of the enfold theme? I’m using the ‘header with social icons and navigation on the bottom’ option.

    thanks

    #221593

    Hi ShortieD!

    You can add this on your custom.css or Quick CSS:

    #top .social_bookmarks li a {
    width: 50px;
    line-height: 32px;
    min-height: 50px;
    font-size: 30px;
    }
    
    #top .social_bookmarks li {
    height: 100%;
    width: 50px;
    }

    Cheers!
    Ismael

    #221996

    Thanks Ismael – how do I ensure the rollover increases with size along with it?

    #222526

    Hi!

    Please add following code to Quick CSS as well

    #top .social_bookmarks li a { line-height: 50px; }

    Best regards,
    Yigit

    #704974

    When I used this code, including the hover line at the end, it cuts my social icons in half, missing the bottom half.
    Ideas?
    Chris

    #704986

    Hey!

    Please add following code to Quick CSS

    #top .social_bookmarks li a {
        font-size: 20px;
    }

    If that does not help, please post the link to your website.

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘increase social media icon sizes header’ is closed to new replies.