Comments 2natalielatouf started the conversationApril 11, 2017 at 11:57amHello again! Wondering if it's possible to remove the hover effect on the horizontal list items so it would just look like a normal table? And also - is there a way to adjust the padding so that the rows are not so tall? (eg less top and bottom padding or smaller height)? Thanks! :) 9,006Tahir repliedApril 11, 2017 at 12:26pmHey 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-hor-list-item:hover:before { opacity: 0 !important; } Thanks ThemeNectar Support Team 2natalielatouf repliedApril 11, 2017 at 12:33pmHey,So that still shows a hover action where the text goes transparent; see here: http://www.dansobikes.com/buyers-guide/Is there any way to leave the text visible even when a user hovers? 9,006Tahir repliedApril 11, 2017 at 12:43pmAdd this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .nectar-hor-list-item:hover .nectar-list-item, .nectar-hor-list-item:hover .nectar-list-item-btn, .span_12.light .nectar-hor-list-item .nectar-list-item, .span_12.light .nectar-hor-list-item .nectar-list-item-btn { color: #000 !important; } Thanks ThemeNectar Support Team 1 Like 2natalielatouf repliedApril 11, 2017 at 12:45pmThat works - the line still disappears on hover but that's fine. Thank you! Is there a way to adjust the height/padding of the rows? 9,006Tahir repliedApril 11, 2017 at 12:51pmAdd this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : /* show line on hover */ .nectar-hor-list-item:hover { border-color: #000 !important; } .nectar-hor-list-item { padding: 32px !important ; } Thanks ThemeNectar Support Team 2natalielatouf repliedApril 11, 2017 at 12:54pmPERFECT! Thanks very much. Sign in to reply ...
Hello again!
Wondering if it's possible to remove the hover effect on the horizontal list items so it would just look like a normal table?
And also - is there a way to adjust the padding so that the rows are not so tall? (eg less top and bottom padding or smaller height)?
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
Hey,
So that still shows a hover action where the text goes transparent; see here: http://www.dansobikes.com/buyers-guide/
Is there any way to leave the text visible even when a user hovers?
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 works - the line still disappears on hover but that's fine. Thank you!
Is there a way to adjust the height/padding of the rows?
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
PERFECT! Thanks very much.