Tagged: hover, post, post slider
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!
Hi!
Please add following code to Quick CSS
.slide-entry .image-overlay { display: none !important; }
Regards,
Yigit
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?
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
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..
Hi!
Please flush browser cache and refresh your page a few times. It does work fine on my end
Regards,
Yigit
I thought i did that, sorry.
Worked perfectly. Cheers