Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (min-width: 1000px) {
.portfolio-items[data-ps="6"] .work-item:hover .bg-overlay {
border-width: 5px !important;
}
}
Looking to reduce the width of the box on portfolio rollover. I think half the width of line would be good.
I have the option "3D Parrallax on hover"
thank you!
Hey Again, Hope you had a Great Weekend,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Fabulous! Thank you so much, this works great!