Okay
  Public Ticket #2534387
Tik Tok Social Icon
Closed

Comments

  •  1
    fmccullou started the conversation

    Is there a way that I can add a Tik Tok social icon?

  •  2,965
    Andrew replied

    Hi there,

    Existing icon that you are not currently using has to be replaced for example behance icon.

    You need to first install the following plugin https://wordpress.org/plugins/font-awesome/ . 

    Use the following custom css to replace behance icon with tiktok icon in the header

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

    Enabled in Salient > Header navigation > Layout related.

    8511257308.png


    Hope this helps.

  •  1
    fmccullou replied

    Worked great! Thanks!