Hi,
how can I delete the line under the Logo in the header?
Many thanks.
Best,
Harry
Hey gharry79,
Add this to quick css:
.av_minimal_header_shadow{
box-shadow:none!important;
}
Best regards,
Jordan Shannon
Many thanks. But the line is still there.
Best,
Harry
Hi Harry!
Could you please post a link to your website so we can provide you an accurate solution? :)
Best regards,
Yigit
Hi,
for sure:
http://www.pictas-collective.com
If you scroll down then you can see in the header under the PICTAS Logo the horizontal line. This line is also visible at the normal Header (not only at the transparency Header)
Thank you.
Best,
Harry
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#header_main_alternate {
border: none;
}
Best regards,
Yigit
Perfect, thank you very much
Best regards,
Harry