Tagged: Rollover opacity, thumbnails
Hello, right now the portfolio category thumbnails and portfolio item thumbnails are a bit dim on the page, then go to 100% opacity on rollover/mouseover. I’m wondering if this functionality can be swapped, so the images are 100% opacity to start, then get a bit dimmer on rollover/mouseover.
Hey joschro,
Please link to an example page so we can examine the css closer.
Best regards,
Mike
Right now the thumbnails are a bit dimmed (not full opacity), and when your mouse rolls over the image, it becomes full opacity.
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .av-hover-overlay-active .av-masonry-image-container {
opacity: 1;
}
#top .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container {
opacity: 0.7;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Yes, that works. Thank you!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike