We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How can I add a custom color to my main menu bar?

How can I add a custom color to my main menu bar?

stephanos1
Tourist
12 0 1

Hi folks,

 

I have a sticky main menu on my store. But the background for this menu is transparent so it does not look good while scrolling the web page. How can I add a custom color to the main menu bar?

 

My store is vollmart24.com

screenshot-vollmart24.com-2023.06.25-18_41_35.png

Reply 1 (1)

NomtechSolution
Astronaut
1245 113 161

Add this code

nav.main-menu {
  background-color: #ff0000;
}