Okay
  Public Ticket #2596335
Social Media Icon for 500px.com
Closed

Comments

  • Marco started the conversation

    Dear ThemeNectar-Team, 

    you're offering a lot of social media icons in Salient, but I'm missing an Icon for 500px.com. Is there an easy way to do it by myself or perhaps it will be integrated in one of the next Theme updates?


    Best regards,

    Marco

  •  8,849
    Tahir replied

    Hey Again,

    You can replace it using some css as 500px icon is already included in the fontawesome file.

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

    /* change vine icon to 500pixel */
    #header-outer #social-in-menu .fa-vine:after, .material #slide-out-widget-area.slide-out-from-right .fa-vine:after,.fa-vine:before {
        content: "\f268";
    }

    Thanks


    ThemeNectar Support Team 

  • Marco replied

    Hi Tahir,

    thank you for your reply! That works fine. :-)

    Only as a hint for all who want to do the same: f268 is the logo for Google Chrome, for 500px you have to use f26e. AND (!) Don't forget to active the "Use Vine Icon" under "Salient Options > Header Navigation > Layout related".


    Greets,

    Marco