Hi, I have been trying the theme settings and custom css and I cannot seem to remove a thin gray line (or shadow) that is appearing on the bottom border of the site menu. I have the boarder set to white #fff and this line is still appearing. You can see the image of what I mean here- http://cl.ly/image/43161P2W3y3o
If you could provide a custom css to remove this I would appreciate it.
Thanks.
Hey mstell168!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
#header_main {
border-bottom: none;
}
If it doesn’t work, please give us a link to the actual website.
Best regards,
Ismael
Hi, I added that but unfortunately it didn’t work. Here is the link- http://7be.b6e.myftpupload.com/
Thanks.
Hi!
Please add following code to Quick CSS
.avia-layerslider.avia-shadow {
box-shadow: none;
}
Best regards,
Yigit
Great, thanks! that worked