Okay
  Public Ticket #3798082
social media icons
Open

Comments

  • enomen started the conversation

    Hi,
    I'd like to make the social media icons bigger in the header.
    Searching through support I found this code:

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

    But the icons are now only half visible.
    How can I create more space for them?


    Thanks,

    Nemone


  •  9,118
    Tahir replied

    Hey enomen ,

    Please provide the page URL so we can write up what's possible.

    Best,

     


    ThemeNectar Support Team 

  •  9,118
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code 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 {
        height: 40px;
    }
    
    body.material #header-outer #top nav>ul #social-in-menu a {
        line-height: 40px;
    }
    

    Thanks


    ThemeNectar Support Team 

  • enomen replied

    That seems to have done the job - thanks!

  •  2,023
    Judith replied

    Hi Enomen,

    I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest.

    If you've enjoyed Salient, be sure to check out Nectarblocks, our latest innovation for building websites visually with WordPress.

    Your feedback is valuable to us and greatly appreciated!

    Should you have any further questions or encounter any difficulties along the way, please don't hesitate to reach out. 

    Best regards,

  • enomen replied

    Hi there,

    I now have an issue where the social media icons appear to have a kind of shadow effect where the rollover state is just visible beneath the icon. Could you let me know how to fix this?

    Thanks

  •  9,118
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code 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: 35px !important;
        line-height: 35px !important;
        height: 40px !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  • enomen replied

    Perfect, thank you!

  •  2,023
    Judith replied

    Hello Enomen,

    I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest.

    If you've enjoyed Salient, be sure to check out Nectarblocks, our latest innovation for building websites visually with WordPress.

    Your feedback is valuable to us and greatly appreciated!

    Should you have any further questions or encounter any difficulties along the way, please don't hesitate to reach out. 

    Best regards,