New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Image hover overlay effect
Hey – is it possible to add custom css to make all clickable images have a “light gray overlay effect” when someone moves their mouse over it? I don’t want any effect to take place on images that aren’t linked.
Here is a site that does it:
https://www.madewell.com/index.jsp
Thanks for the help
Hi
Add this to your custom css:
.spb_single_image .img-link img:hover { opacity: 0.7; }
– Kyle
don´t work with cardinal?
Cardinal will have different css, please provide your link
Hi Kyle, The answer appears private i can not get preview 🙁
Hi, Try this one.
.age-id-2 .box-content-wrap img:hover { opacity: 0.7; }
-Rui
Hello Rui,
Dont work, 🙁
Can you provide admin access?
Try this:
.box-content-wrap img:hover { opacity: 0.7; }
WORKS!!!!!! TNKS TEAM!
Great. Thanks Kyle Just notice now that my css didn’t worked because was missing a “p” and it should be .page-id-2
Hi Rui, just to understand your code but just like css official homepage is it? And Kyle is for the entire site , right?
You must be logged in and have valid license to reply to this topic.