Dawn theme | Header | How to adjust Currency's top and bottom so that it will not look awkward

Topic summary

A user is attempting to adjust the vertical spacing around currency text (“PHP”) generated by the Auto Currency Switcher app in their Dawn theme header to match the spacing of other menu items like “My Dashboard.”

Desktop Solution Provided:
Another user shared CSS code to add to the theme’s stylesheet (base.css/style.css/theme.css) that successfully resolved the desktop spacing issue using .nice-select:hover styling.

Remaining Issue:
The mobile view still displays incorrect spacing/alignment. The original poster added additional CSS code to theme.liquid before the </body> tag for mobile currency picker styling, but reports it’s not working as expected.

Current Status:
Desktop view is fixed, but mobile implementation remains unresolved. Screenshots were shared showing both the problem and attempted solutions.

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

Hi Shopify Fam!

I’m trying to adjust the spacing surrounding the “PHP” text but no luck so far.

this is actually a third party app called - Auto Currency Switcher on the shopify app store.

Any Idea how I customize the spacing similar to the “My Dashboard” menu.

store: https://fertile-ground.co/

pass: seogle_1

The arrow on mobile looks weird as well :disappointed_face:

1 Like

Hi @parallelism23 ,

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.nice-select:hover {
    background: #FFD066 !important;
}
a.pick_currency.mldesk:hover {
    background: none !important;
}

1 Like

Thanks! The fix for the desktop view worked just how I liked it!

but on the mobile version , its still not working expected I wonder where I messed up?

theme.liquid