How can I remove the full-width line currently inserted above my slider? I’ve highlighted the line in red below.
Thanks in advanced for your help!
Jennifer
Hi Jennifer!
Thank you for visiting the support forum.
You can use this on Quick CSS or custom.css:
.avia-shadow {
box-shadow: none;
}
Cheers!
Ismael
Perfect. Thanks for the assistance!