This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Hi,
How can I make changes to the sticky menu, for example perhaps change the background color, or maybe the logo or even perhaps disable it if the colours do not look nice..
Hello,
Unfortunately, in our theme it’s not possible to have a different logo in the fixed navigation.
You can disable it in Theme Options > General > Fixed navigation > Off.
Please, try to add this code in Custom CSS file:
.fixed-header {
background-color: black;
}
.fixed-header .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
color: white;
}
How to create custom.css you can watch in this tutorial
https://youtu.be/Qok2zRedRMY
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up