Hi
I am trying to remove the grey border line that runs the full width underneath the main menu:
Is there a way to remove that line please?
Thanks
this is not a border – it is a box-shadow:
.av_minimal_header_shadow {
box-shadow: none !important
}
but maybe you decide to have it on scrolled state – then only use this in your quick css:
.av_minimal_header_shadow:not(.header-scrolled) {
box-shadow: none !important;
}
Thank you that worked!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon