A user running the Sense theme needed help styling a “SALE” menu item to appear bold and red in mobile view, matching the desktop appearance. Their initial CSS code in base.css and theme.liquid wasn’t working correctly for the mobile drawer menu.
Solutions provided:
rajweb identified syntax errors in the original theme.liquid code (invalid “red” property) and provided corrected CSS targeting both #HeaderMenu-sale (desktop) and #HeaderDrawer-sale (mobile) with proper color and font-weight declarations.
Moeed suggested adding a <style> block above the </body> tag in theme.liquid with similar CSS rules, including a result screenshot showing the red, bold “SALE” item in mobile view.
GTLOfficial recommended adding media-query-wrapped CSS to base.css targeting #HeaderDrawer-shop with color: red !important for screens under 767px.
Outcome: The original poster confirmed one solution worked successfully. The issue was resolved by properly targeting the mobile drawer element with correct CSS syntax.
Summarized with AI on October 29.
AI used: claude-sonnet-4-5-20250929.