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 
1 Like
Hi @parallelism23 ,
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- 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:
- 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