Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #813159

    Hi

    The site I’m working on is bodytalkminneapolis.com
    the home page

    the social media icons are small
    how do I increase the size?

    Thank you

    #813304

    Hey Nathan,

    Please see the solutions presented in this thread:  https://kriesi.at/support/topic/social-media-icon-size-2/Let us know if you need further help!
    Best regards,
    Sarah

    #813422

    Which solution would that be?

    I need support increasing the size / px of the social media icons please

    #813428

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

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

    Best regards,
    Yigit

    #813440

    they are still same size

    #813450

    Hey!

    There was a missing closing curly bracket in your Quick CSS field. I added it. Please flush cache and review your website

    Cheers!
    Yigit

    #813580

    when I click on the social media icons there is no link yet?

    #813586

    Hi,

    That is because of the Shift bar menu. You can add following code to Quick CSS to solve plugins CSS issue

    #shiftnav-toggle-main.shiftnav-toggle-position-absolute {
        width: 55px;
    }

    Best regards,
    Yigit

    #816407

    I feel thankful
    The code was supportive and I can move forward now

    #816421

    Hi!

    You are welcome! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Make social media icons larger size’ is closed to new replies.