Hi,
I can’t seem to remove the grey header bottom border in the mobile view – have tried all of these but no luck – would you help? Many thanks. CA
.avia-shadow {
box-shadow: none;
}
#top .av_header_transparency #header_meta {
border-bottom: 0px solid transparent !important;
}
#top .av_header_transparency #header_meta li {
border-color: transparent !important;
}
Hey cab72,
I can’t load your site, please check the error message in private.
Best regards,
Rikard
HI Rikard
The SSL isn’t installed yet, but the site is available at the address given.
Hi,
Thank you fo the update.
Try to use this css code to remove the border below the header.
@media only screen and (max-width: 767px) {
.responsive.html_top_nav_header .av-section-bottom-logo {
border: none;
}
}
After adding the css, make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings before checking the page again.
Best regards,
Ismael
Hi Ismael,
Thanks for this. It worked perfectly for the Home Page – but the other pages are still showing the grey line.
Is there anything else I can try?
Kind Regards
Carole
Hi,
Please try this CSS as well:
@media only screen and (max-width: 767px) {
.container_wrap {
border-top-width: 0;
}
}
Best regards,
Rikard
Thanks Rikard, this worked perfectly!
Hi,
Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Okay to close – thanks for your help!