Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #239388

    Hello
    I am trying to remove the white translucent layer and the red circle with the arrow from all my post sliders.

    I have tried adding this to Quick CSS with no luck:

    .avia-slideshow-inner .image-overlay.overlay-type-extern {
    display: none !important;
    }

    Thanks!

    #239389
    This reply has been marked as private.
    #239391

    Hi!

    Please add following code to Quick CSS

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

    Regards,
    Yigit

    #239403

    Didn’t work :(
    I have cleared cache and tried incognito. How does it look at your end?

    Should I keep the original code that i added and just addd yours as well?

    #239406

    Hi!

    Please try adding the code i posted to bottom of Style.css file of your child theme. You can remove your code

    Regards,
    Yigit

    #239427

    I just tried adding
    .slide-entry .image-overlay { display: none !important; }

    to the bottom of my style.css file of my child theme. No luck.

    I dont understand what i’m doing wrong..

    #239428

    Hi!

    Please flush browser cache and refresh your page a few times. It does work fine on my end

    Regards,
    Yigit

    #239432

    I thought i did that, sorry.

    Worked perfectly. Cheers

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove hover effect on Post Slider’ is closed to new replies.