Okay
  Public Ticket #274198
Icon SIze
Closed

Comments

  • Claudia started the conversation

    Hi, we want to change the size of the icons to one bigger than size 1, is that possible?

    Thank you

  •  8,844
    Tahir replied

    Hey Claudia!

    Yes that should be possible with custom css. Let us know where you need them bigger so i can write up some custom css. 

    Thanks


    ThemeNectar Support Team 

  • [deleted] replied

    I have the same question. Client wants the social icons to be bigger in the secondary header and the footer. I could figure it out, but if you could suggest some css code, that would be great.

  •  8,844
    Tahir replied

    Sure, Add this into the Custom CSS box located in your Salient Options panel :

    html #footer-outer i, html #header-secondary-outer #social i {
        font-size: 20px !important;
    }
    
    Thanks


    ThemeNectar Support Team