Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi,
I have been having an issue with my homepage header where a very thin white/light grey line appears at the bottom of the header frame.
I have went through all of the settings and managed to narrow it down to the slide options.
When Codeless Slide Options> Layout> Menu & Slider Navigation Color = “Light logo, menu, slider navigations” The thin line appears
However,
When Codeless Slide Options> Layout> Menu & Slider Navigation Color = “Dark logo, menu, slider navigations” The thin line does not appear (How I want it)
Any suggestions?
Thanks,
Karl
Hello,
To remove the menu under line, go to Header Options > Header Border Bottom, set it to none (screenshot).
Best regards!
Hi,
Unfortunately I had already tried this with no luck!
The border only shows when I have the ‘light logo, menu, slider’ selected on the codeless slider options. If I have the dark menu selected then there is no line. Which leads me to believe it is an issue with the codeless slider?
Here is my site: https://bcalandscape.co.uk.gridhosted.co.uk/
The first 2 images on the slider have the dark menu and no border but the 3rd image has light menu and a border appears
thanks
Hello,
This is not an issue. The border is part of the light header layout. It’s not there by mistake, and that is why there is an option for it in Theme Options.
However, to remove it add this code into your custom css box:
.header_wrapper.background--dark {
border-bottom: none !important;
}
Best regards!
Thankyou!
That has now removed the border from the light menu version :)
You must be logged in to reply to this topic.