Comments 2natalielatouf started the conversationApril 7, 2017 at 1:57pmHey again! I have 4 fancy boxes on my page side by side and I'd like to do 2 things:1. Vertically align the text2. Remove the animated line that occurs when you hover. How do I do that?Thanks so much :) 9,005Tahir repliedApril 7, 2017 at 2:55pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .nectar-fancy-box .inner h3 { position: absolute; top: 50%; transform: translateY(-50%); text-align: center !important; width: 100%; } .nectar-fancy-box:hover:after { -webkit-transform: scaleX(0) translateZ(0)!important ; transform: scaleX(0) translateZ(0) !important; } Thanks ThemeNectar Support Team 2natalielatouf repliedApril 7, 2017 at 3:22pmTHAT WORKED PERFECTLY! you're a rockstar thanks again for the prompt help! Sign in to reply ...
Hey again!
I have 4 fancy boxes on my page side by side and I'd like to do 2 things:
1. Vertically align the text
2. Remove the animated line that occurs when you hover.
How do I do that?
Thanks so much :)
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
THAT WORKED PERFECTLY! you're a rockstar thanks again for the prompt help!