Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1089278

    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

    #1089317

    Hey envapk2,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1089559

    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

    #1089737

    Hi,

    Add this to quick css:

    .noHover img{
    opacity:.3!important;
    }
    
    .noHover.av-active-gal-item img{
    opacity:1!important;
    }

    Best regards,
    Jordan Shannon

    #1089758

    Hi Jordan
    That works perfectly.

    many thanks
    Peter

    #1089764

    Hi,

    I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Horizontal Gallery – opacity of next and prev images’ is closed to new replies.