A user seeks to change the desktop menu bar background color to hex #DAB25A in the Warehouse theme, while keeping the mobile version unchanged.
Proposed Solutions:
CSS Approach: Add custom CSS code using a media query targeting screens with minimum width of 768px, applying the background color to the .nav-bar class.
Theme File Edit: Modify the theme.liquid file by adding custom code above the closing </body> tag.
Both solutions involve adding custom code to target desktop displays specifically. The discussion appears to be awaiting confirmation on which method the original poster will implement or whether either solution successfully resolved the issue.
Summarized with AI on November 16.
AI used: claude-sonnet-4-5-20250929.
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.