Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #379207

    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.

    #379305

    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

    #379422

    Hi, I added that but unfortunately it didn’t work. Here is the link- http://7be.b6e.myftpupload.com/

    Thanks.

    #379432

    Hi!

    Please add following code to Quick CSS

    .avia-layerslider.avia-shadow {
    box-shadow: none;
    }

    Best regards,
    Yigit

    #379483

    Great, thanks! that worked

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enfold header bottom border issue’ is closed to new replies.