Hey, I would like to change the color that appears when I hover over my gallery images. I have already managed to change the opacity using the following CSS:
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):
Hey, I would like to change the color that appears when I hover over my gallery images. I have already managed to change the opacity using the following CSS:
body .portfolio-items .col:hover .work-info-bg {
opacity: 0.3 !important;
background-color: #000000 !important;
}
However, the background-color attribute does not seem to affect anything.
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