Okay
  Public Ticket #1717164
Increase social media icons size
Closed

Comments

  • James started the conversation

    Can you tell how to change the size of the social media icons in the navigation header on the right? I would like to make them a little larger. If it is to update the CSS please show me where to Make the value change.


    Thanks

  •  8,998
    Tahir replied

    Hey Again,

    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):

    #header-outer #social-in-menu i, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i {
        font-size: 21px!important;
        line-height: 28px !important;
    }

    Thanks


    ThemeNectar Support Team