Change Color of Desktop Menu Bar in Ware House Theme

Good afternoon friends! We would like to know what code we can input to change the background color of the menu bar on desktop only to hex #DAB25A. We want the menu bar to remain the same on mobile. Thanks in advance for the attention and assistance.

Store: www.mochilo.co

in your theme custom css section write this code

@media screen and (min-width: 768px) {
.nav-bar {
background: #DAB25A;
} }

Hey @MOCHILOCO

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed