Hi @aenea
Can you please try changing the color of menu border to transparent from customizer -> main menu -> colors
Thank you
Thread Starter
aenea
(@aenea)
Alas, this makes no difference.
If I change the menu border color to red, say, then a red border appears along the top of the menu but the grey line is still there above it. The red line is the same width as the menu but the grey line extends wider than the menu on each side.
I think the grey line must be a header border but I can’t work out how to adjust that.
I had the same problem – not sure if it is exactly the same for you, the trick is to find the CSS markup for it. In my case I had to put this:
#masthead.site-header {
border-bottom: 0;
}
This made the line disappear. Hope this will help.
Hi @aenea
Please try this css in the customizer -> Additional CSS
@media (max-width: 4800px) {
.site-header-layout-vertical.site-header-site-branding-main-navigation .main-navigation {
border: none;
}
}
Thank You
Thread Starter
aenea
(@aenea)
Thank you so much, @manishverma That does the trick. I’ve spend ages pouring over the source code to no avail and would never have worked out that solution.
@aenea
Thank you for the confirmation. We are closing this topic as your issue gets resolved.
Thank you.