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

    my client wishes to completely remove all overlay/arrow effects on all images on the site. see the link below.

    any way to do this? i have one working now for the slider, but they want ALL image links sitewide to no longer have this effect.

    thanks in advance!

    #455717

    Hey charger70!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .image-overlay {
     visibility: hidden;
     }

    Cheers!
    Rikard

    #456280

    hi rikard – this did not work. there are still image overlays showing. any other ideas?

    #456435

    Hi!

    Please try this:

    .image-overlay {
      display: none !important;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #456457

    thank you, ismael!!! that worked perfectly!!! i appreciate your help!

    #456568

    Hi!

    Great, glad we could help :)

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Completely remove overlay/arrow effect on all linked images?’ is closed to new replies.