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.
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
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.