Archived topic
Menu Bar without menu
3 replies · Started by Michael on June 30, 2020
Viewing posts 1–4 of 4
Dear all,
I like to remove the menu on top. Which I can do.
Nevertheless I like the green bar to stay. Just for optical reasons.
But if I remove the menu.. The green bar or background is gone.
So what can I do for the "green bar" to stay and extend over the whole page?
Thanks for your help!
Hi there,
try adding this CSS to add a color border on top of the site header:
.site-header {
border-top: 30px solid #bbd634;
}
That easy? Seriously... Thank you so much.. Made my day!
:) Glad to be of help
This archived topic is closed to new replies.