Hello,
Is there a way to remove the hover from the slider? When you roll over it, there’s a transparent overlay and a circle with an arrow in it. I’d like to have it removed all together and keep in plain. I found another a thread that stated to add the following to quick css:
.image_overlay_effect.external_image {
display: none !important;
}
I added the above and it still didn’t remove it. Thank you in advance for your assistance!
Hey!
Try adding this code to the Quick CSS:
.avia-slideshow-inner .image-overlay.overlay-type-extern {
display: none !important;
}
Cheers!
Josue
You guys are quick! Worked like a charm. Thanks Josue! You guys have the best themes and customer support!!!
You are welcome, glad we could help :)
Regards,
Josue