Links in my drawer show up as blue, but only on mobile how do i change this? Dawn theme

Topic summary

A user is experiencing an issue where links in their drawer navigation appear blue on mobile devices only, despite presumably having different styling on desktop. An image was shared showing the blue links on mobile.

Attempted Solutions:

Multiple community members requested the store URL and access password to investigate the issue directly.

One responder provided CSS code targeting the drawer menu links to change their color to #000 (black). The solution involves:

  • Navigating to Themes → Edit code
  • Opening the CSS file (base.css, theme.css, or custom CSS)
  • Adding the provided CSS snippet at the end of the file

Current Status:

The discussion remains open with no confirmation whether the CSS solution resolved the mobile-specific link color issue. The problem appears to be a mobile-only styling inconsistency in the Dawn theme’s drawer navigation.

Summarized with AI on November 6. AI used: claude-sonnet-4-5-20250929.

Not sure why this is happening?

Choongy_0-1725452584513.png

2 Likes

Hey @Choongy

Share your Store URL and Password if enabled.

Best Regards,

Moeed

Hi @Choongy

Would you mind sharing your store URL? Thanks!

Hi @Choongy , can you kindly share your store URL and tell me what color of the links do you want in mobile?

Thanks!

Hello @Choongy , Please follow these steps to add this CSS code:

  1. Go to your Online Store
  2. Click on “Themes”
  3. Select “Edit code”
  4. Open your CSS file. If you have a custom CSS file, open that instead.
  5. If you can’t find your custom CSS file, open “base.css” OR “theme.css”.
  6. Add the following code at the end of the file.
header-drawer div#menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu.has-submenu.list-menu li a {
    color: #000;
}

Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.

Hello @Choongy
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.