How can I add dropdown arrows to the Stockholm theme on mobile?

Topic summary

A user seeks help adding dropdown arrows to their Stockholm theme’s mobile menu. Screenshots show the menu lacks visual indicators for submenus.

Solution provided:

  • Access theme’s “Edit Code” and locate “theme.liquid”
  • Insert custom CSS code below the <head> tag to add dropdown arrows
  • Initial code successfully adds arrows to the menu

Follow-up issue:
The mobile menu background appears white instead of matching the desktop’s black background.

Additional fixes:

  • Multiple CSS snippets provided to correct background colors
  • User encounters styling issues (all-white dropdown, white text) when applying fixes
  • Helper clarifies that previous code was accidentally removed and must be retained
  • All code snippets should be added cumulatively, not replaced

Status: The issue appears nearly resolved through iterative troubleshooting, with the helper providing real-time CSS adjustments to achieve proper styling for both dropdown arrows and background colors.

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

Look at my screensshots, how do i add dropdown arrows in my theme “stockholm”?

Desktop

Mobile

My store url: https://guldklippet-se.myshopify.com/

Thanks in advance!
Simon.

Hey @zimey ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

Thank you it worked!!!

Could you help me with this aswell?

Desktop background is black while mobile is white

Thank you!

Hey @zimey ,

Same steps as above, just paste this below the tag. Don’t remove the previous code.


The menu turned all black and drop down all white, so we are getting close… do you see what went wrong in the code?
Thank you!

Yeah nothing wrong there, I just missed the inner menu.

Add this code as well, same instructions. Don’t delete the rest, they are working.


We are getting close my friend!!

can you get the text white aswell as the lines inbetween?
is there any place i can find the code or do you just know?
Thank you primeweb!

You removed the previous code. You have to add it back. I mentioned earlier to leave it…

I’m not getting the code from anywhere, I’m writing it in realtime

Thank you!!