making project thumbnails always B/w and colour only on mouse hover
-
Hi!
I know Lay offers a possibility of making a project thumbnail B/W on mouse hover.
However I would like to have the opposite happening:
thumbnails are b/w and become colour on hover.Is this something I have to do with CCS or is there another way that I'm not seeing?
Thank you:)
Sara -
Yeah that’s doable with CSS, Lay doesn’t have a built-in toggle for “reverse hover” like that.
You basically just set the thumbnail to grayscale by default, then remove it on hover. Something like:
.project-thumbnail img { filter: grayscale(100%); transition: filter 0.3s ease; } .project-thumbnail img:hover { filter: grayscale(0%); }You might need to adjust the class name depending on how your thumbnails are structured, but that’s the general idea.
Clean effect btw, looks really nice when done right 👍
-
amazing thanks a lot for the help samfrancis! <3
For paid 1-on-1 Lay Theme Coaching, contact Audrey (audrey@cyberslayers.work) or me (info@laytheme.com).
We also code custom websites or bespoke Lay features. Drop me a line at info@laytheme.com or check out my work at arminunruh.com.
Want to support my work? paypal.me/arminunruh
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it