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 👍
I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com
Our Web Development company: 100k.studio
Want to tip me? https://www.paypal.com/paypalme/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