Okay
  Public Ticket #2105512
Change media icon Google plus for Google
Closed

Comments

  • Pablo started the conversation

    Hi,

    I need change the social media icon G+ for G. If  I change in the Chrome inspector <i class="fa fa-google-plus"> to  <i class="fa fa-google"> solve this problem but i don't find the way for resolve on web in definitive way.

    tnks

  •  8,994
    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):

    i.fa.fa-google-plus:before {
        content: "\f1a0" !important;
    }
    #header-outer #social-in-menu .fa-google-plus:after, .material #slide-out-widget-area.slide-out-from-right .fa-google-plus:after {
        content: "\f1a0" !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Pablo replied

    it works!, thanks!