0
change theme color
Is it possible to change the grey ribbon in horizontal menu bellow the company logo into other colour? for example burgundy
5 replies
-
Hi , thanks for your question!
Yes, we can definitely change the color of the horizontal menu. I've applied the change for you, switching it to burgundy as requested.
If you'd like to make color adjustments like this yourself in the future, here's how:
1. Access your site's CSS:
- Go to Admin > Themes > CSS
- Paste the following code into the CSS area:
.site-nav { background-color: #8e2b32; /* This is the color code for burgundy */ }
2. Change the color code: Replace
#8e2b32
with the hex code of your desired color. You can find hex codes using an online color picker tool.Let me know if you have any other questions!