Background color on header
-
Hi, is there a way to set the background color of the site title? I mean, not the logo image but the entire header as you can see here www.openartweek.com
-
-
Yeah, but i'm sorry i'm ot able to do it. I mean, beacuse my nav bar is in the bottom, i'm not alowed to set the background color to the logo bar.
-
🤔
That top bar is just transparent – is this what you want to achieve?
I didn’t check if that option is available in the customiser.If «Yes» you should be able to just set the color to transparent in there
If «No» just try this in you custom CSS:
.navbar { background-color: transparent; }
Cheers!
-
Well, I try to be more specific.
I need the top bar to be full background color, not transparent.
But that css doesn't work for me because my menu bar is at the bottom of the page.
So, I was wondering if theres a way to set the top bar with a white background even if there's only the logo into it.
Thanks! -
Yes!
You could easily set the top bar to be full white in the customizer:The CSS worked perfectly fine for me in the dev console on your website, though:
.navbar { background-color: transparent; }
-
Dear @francesco_migl
or you create a div with CUSTOM HTML and give it a colour and place it on top of the page with position fixed.Best!
Marius
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. Now see if your problem solved itself
5. Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it