Please Help!! Change the color of the navigation bar
Hi everyone! My navbar is completely black when you slide down and I would like it to be more transparent. Does anyone know how I can change it?
Thanks!
This sounds like you're talking about your front end website rather than Umbraco itself? Am I right?
You'll likely need to make a CSS change. You might be able to do this using your Umbraco backoffice but it might just be easier to get a developer to help you.
If you don't mind sharing the website url here someone might steer you in the right direction if you want to have a go yourself.
Can you please help. Our menu is a very large grey square. It has to be a small one with the colors of our company. How can I change it, I can't find it anywhere
Please Help!! Change the color of the navigation bar
Hi everyone! My navbar is completely black when you slide down and I would like it to be more transparent. Does anyone know how I can change it? Thanks!
Hi,
This sounds like you're talking about your front end website rather than Umbraco itself? Am I right?
You'll likely need to make a CSS change. You might be able to do this using your Umbraco backoffice but it might just be easier to get a developer to help you.
If you don't mind sharing the website url here someone might steer you in the right direction if you want to have a go yourself.
Steve
Hi Steve! Thank you for your help. The web is https://blue-mice.com/ . If you slide down you can see the black navbar. Thank you again
Pasting this at the bottom of your css file will most likely do what you need.
It's resolved. Thank you Steve!
Hi,
Can you please help. Our menu is a very large grey square. It has to be a small one with the colors of our company. How can I change it, I can't find it anywhere
website: fysiovanhoof.nl
Hi,
I'd recommend a crash course in how to use Dev tools in your browser.
You can experiment with css changes and then add these to your css style sheet.
Look for the first dropdown-menu element, add display: block and you'll be able to tweak from there.
https://developers.google.com/web/tools/chrome-devtools/css
is working on a reply...