Change image tone when cursor hovers it
JDGS
Registered Users Posts: 34 Big grins
Hi,
Is it possible, using CSS, to change an image to a lighter tone when the cursor hovers it?
I want this feature for this page: https://danielsantosphoto.com/Galleries
Thank you so much,
Daniel Santos
0
Comments
Add this to your Theme's Custom CSS section:
Change the
opacity: .8;
to suit. Opacity from 100% visible (1
) to transparent (0
). I added atransition
as well.Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
It looks really cool. If i wanted to add this effect to all the images of the site with a link, what should I do?
Just remove this:
.sm-page-node-vsVqj3
.Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Perfect. Thank you so much