Hello,
I'd like to customize the menu bar. Would that be possible?
I'd like to fill it with a transparent raster or pattern, so the page underneath is a bit visible through the pattern.
Can you help me with this?
Thank you in advance!
customize menu bar
Hello,
I'd like to customize the menu bar. Would that be possible?
I'd like to fill it with a transparent raster or pattern, so the page underneath is a bit visible through the pattern.
Can you help me with this?
Thank you in advance!
Hi lve!
With the Custom CSS you can add a background image to the Nav bar.
.navbar {
background-image: url(YOUR_IMAGE_URL.jpg) !important;
}
That will override the colour settings of the Navigation bar.
Furthermore you can customize it here:
Let me know if that worked for you!
All the best!
Marius
Hi Marius,
Thank you! I've tried to change it, but I'm not sure where to do this. I've copied your text into mine (with my file name) in Lay options > Custom CSS & HTML, and in Customize > Extra CSS.
Which one is the correct section?
For now, both didn't work. Sorry, I don't really have experience with CSS so probably I'm missing something totally logic.
Best!
lve