Comments 2Larry Levenson started the conversationFebruary 8, 2017 at 8:04pmWhen I create a VC Button and add a Font Awesome icon, it shows up to the right of the text, and only on hover.I want to create an effect like the attached image, where the FA icon shows up a little to the left of the text, and in the non-hover state.Can you provide some guidance in the CSS i might use?Thanks! 8,998Tahir repliedFebruary 9, 2017 at 3:03pmHey AgainAdd this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .nectar-button i { right: auto !important; left: 10px !important; opacity: 1!important; -ms-filter: "alpha(opacity=100)"; -ms-transform: translateX(6px); -webkit-transform: translateX(6px); transform: translateX(6px); } .nectar-button.has-icon:hover span, .nectar-button.tilt.has-icon span { -ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px); } Thanks ThemeNectar Support Team 2Larry Levenson repliedFebruary 10, 2017 at 8:16amBrilliant! Thank you, Tahir. Sign in to reply ...
When I create a VC Button and add a Font Awesome icon, it shows up to the right of the text, and only on hover.
I want to create an effect like the attached image, where the FA icon shows up a little to the left of the text, and in the non-hover state.
Can you provide some guidance in the CSS i might use?
Thanks!
Hey Again
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Brilliant! Thank you, Tahir.