I chose "meta overlaid- bottom left aligned" for the portfolio effect (which is not an option that says it has zoom effect, but it does) and I need to remove the zoom effect. Have tried a couple of css edits that have not worked. Can you help?
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):
I chose "meta overlaid- bottom left aligned" for the portfolio effect (which is not an option that says it has zoom effect, but it does) and I need to remove the zoom effect. Have tried a couple of css edits that have not worked. Can you help?
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
Never mind, got it done. Css below for anyone else who may need it.
.portfolio-items[data-ps="8"] .col:hover img {
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
Hey there,
Thanks for reaching in,
We will be sure to pass that around. Please be sure to reach in in case you encounter another issue.
Regards
Themenectar Support Team