Okay
  Public Ticket #2616533
custom social icon header
Closed

Comments

  • spectrummastering started the conversation

    Hello dearest,

    I need to add a social icon to header for discogs and I saw the following ticket

    https://themenectar.ticksy.com//ticket/2576211/

    Now let's say I'm cool with this icon

    https://fontawesome.com/icons/compact-disc?style=solid

    but the suggested css to substitute behance icon isn't working.

    .fa-behance:before {content: "f51f";
    }
    #header-outer #social-in-menu a i.fa-behance:after {content: "f51f";
    }

    neither using "fa-compact-disc"

    Where am I wrong?

    Thanks in advance.


  •  8,849
    Tahir replied

    Hey spectrummastering ,

    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  •   spectrummastering replied privately
  • spectrummastering replied

    Hello, I replied as a private message to your previous request (URL), I hope it is visible to you.

    Best

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

    .fa-behance:before {
        content: "\f51f";
        font-family: "FontAwesome";
    }
    #header-outer #social-in-menu a i.fa-behance:after {
        content: "\f51f";
        font-family: "FontAwesome";
    }

    Thanks


    ThemeNectar Support Team 

  • spectrummastering replied

    that's amazing Tahir, exactly what I needed! 

    Thank you again and Best Regards