Hi
With the horizontal gallery, is it possible to change the opacity of the previous and next images behind the featured image? Attached is a link to a mock up which I hope shows what I’m trying to get at.
many thanks
Peter
Hey envapk2,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Jordan
I’ve included a link to an example. Basically, I’m wondering if it is possible to reduce the opacity of the prev and next images here so the featured image stands out more.
many thanks
Peter
Hi,
Add this to quick css:
.noHover img{
opacity:.3!important;
}
.noHover.av-active-gal-item img{
opacity:1!important;
}
Best regards,
Jordan Shannon
Hi Jordan
That works perfectly.
many thanks
Peter
Hi,
I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon