Hi,
i would like to remove the line in between color section and advance layer slider.
i’ve tried .container_wrap { border-top: none !important; } but nothing change.
regards,
Hwang
Hey manjii,
Please try the following in Quick CSS under Enfold->General Styling:
avia-layerslider.avia-shadow {
box-shadow: none;
}
Best regards,
Rikard
Hi Rikard,
thank you, i just tried and clear cache, the line is still there and below is the screen shoot.
screen shoot
https://prntscr.com/tf4nt9
regards,
Hwang
Hi,
Sorry, this is the correct CSS:
.avia-layerslider.avia-shadow {
box-shadow: none;
}
Best regards,
Rikard
Hi Rikard,
thank you, it works now.
Regards,
Hwang
Hi Hwang,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria