Hi,
How do I remove the main content border on the homepage only?
There is a line (from border) right under the picture. How do I remove that line and the one under the header? I only want to remove them for the homepage. Thanks
Aaron
Hello boag!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home .container_wrap, .home .avia-layerslider { border-top-style: none; }
.home .avia-shadow { box-shadow: none; }
.home #header_main { border-bottom-style: none; }
Best regards,
Yigit
Thanks!