Okay
  Public Ticket #1923215
Social Icon Size
Closed

Comments

  • povevolving started the conversation

    Hi there.

    I'm trying to make the size of the social icons in the header LARGER. Is there a CSS code for that?

  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body[data-header-search="false"]:not(.mobile) #header-outer[data-has-menu="false"][data-cart="false"] #social-in-menu i  {
        font-size: 30px!important;
        width: 48px !important;
        line-height: 36px !important;
        height: 36px !important;
    }
    body[data-header-search="false"]:not(.mobile) #header-outer[data-has-menu="false"][data-cart="false"] #social-in-menu {
        top: -8px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • povevolving replied

    Awesome! Thank you!