Okay
  Public Ticket #1646974
social icon size, top navigation
Closed

Comments

  • Linda Campbell started the conversation

    Hi,

    I have a couple more questions.

    1.) I'd like to change the size of the social icon in the top navigation bar. 

    2.) Can you also tell me how to change the social media icon to a different icon style? My client would like it to be the complete name (Facebook).  

    Thanks!

  •  3,030
    Andrew replied

    Hi Linda,

    1) To enlarge the icons you can use this CSS:

    #header-secondary-outer #social i {
        font-size: 25px!important;
    }
    

    add it to salient \ general settings - css script related - custom css code.

    2) Its not possible to show icons with different style there and if you want full name then add the icons similar to the way you have added the phone number on the top right.

    Hope this clears things up.