Okay
  Public Ticket #1475204
Socialmedia >> TripAdvisor
Closed

Comments

  • Bernd started the conversation

    Hi team salient,

    I would like to know how I can integrate TripAdvisor on my website header (like the others). At the moment Salient does not offer this social media platform - right?

    Thanks Bernd

  •  8,425
    Tahir replied

    Hey Again,

    Link the VK icon to trioadvisor and then add this css to change the VK icon to IMDB . 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #header-outer #social-in-menu .fa-vk:after {    
    content: '\f262' !important;
    }
    i.fa-vk:before {    
    content: '\f262' !important;
    }

    Thanks


    ThemeNectar Support Team