Hi guys, I was wondering if you could point me in the right direction - I wish to add an extra social IMDB icon to the footer & header areas of my website (latest version of salient).
Preferably a method that won't cause breakages or be lost during updates :)
Hi guys, I was wondering if you could point me in the right direction - I wish to add an extra social IMDB icon to the footer & header areas of my website (latest version of salient).
Preferably a method that won't cause breakages or be lost during updates :)
Best regards,
Zenako
Hey Again,
You can replace the existing icons using custom css .
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
/* change vk icon to imdb */ .fa-vk:before { content: "\f2d8" !important; } #header-outer #social-in-menu .fa-vk:after { content: "\f2d8" !important; }
Thanks
Salient Support Team
Thanks Tahir, great solution much appreciated.