Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #771081

    Hi, as you can see here – https://www.screencast.com/t/6rRo974kO – when I scroll down it sometimes shows this black line and sometimes it doesn’t. How can make sure it won’t show the black line at all?

    Thanks.

    #771090

    Hey DROR,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #header {
        box-shadow: none;
        border: none!important;
    }
    

    Best regards,
    Yigit

    #771096

    Hi Yigit, I do want to have a shadow – https://www.screencast.com/t/oPg5ggfWHA – just not the black line that appears on and off.

    #771098

    Hi!

    Please use the code as following

    #header {
        border: none!important;
    }

    I am not able to reproduce the issue however the code should help

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.