• scoopofseoul

    (@scoopofseoul)


    Hi,
    I wonder if i can make the social icon into bigger size. I placed the instagram icon in the header and it’s too small. Please let me know if i can have bigger size of the icon.
    Thank you!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • torres126

    (@torres126)

    Hi there,

    Absolutely, this can be done using the following CSS. Feel free to change the value which I’ve set to “20” to whatever suits your needs.

    .social-navigation li a {
    font-size: 20px !important;
    }

    Let me know if that doesn’t or does work for you. ??

    Thread Starter scoopofseoul

    (@scoopofseoul)

    Hi! Thanks for your help.
    I tried to change the font size accordingly but there is no changes on the site.

    .social-navigation li a {
    padding: 0px 10px;
    font-size: 30px !important;
    line-height: 36px;
    display: inline-block;
    }

    Could you please let me know how i can solve this problem?
    Thank you.

    Hello,

    I’ve just tried to apply CSS code suggested by torres126 above and it worked well, but you might want to set greater value, something like 50px:

    .social-navigation li a {
        font-size: 50px !important;
    }

    You can add CSS code in Customize → Additional CSS section.

    Kind Regards, Roman.

    Thread Starter scoopofseoul

    (@scoopofseoul)

    Thank you!! it works well. ??

    Great! You are welcome ??

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Social Icon’ is closed to new replies.