Shopify themes, liquid, logos, and UX
I've styled the menu + footer the way I wanted on section CSS - basically the links heading including the login and localization selector to be uppercase. The changes are reflected on desktop - but when switched to mobile, the changes are not sticking, I don't have @media set, what am I missing?
Additionally, how do I add a space between the account icon and the text - it looks really crowded.
Thanks!
Hi there @PYZ Have you tried all this on your phone already? Do them if you haven’t and let me know if any changes are evident.
Yep, I've been trying this on my phone and not just switching the browser view. As well as clear cache and etc. and that's the view on my phone.
.customer a, .header__icon--account a {
padding-left: 5px;
}
.localization-selector, .currency-selector, .country-selector {
text-transform: uppercase;
}
.customer a.customer a, .header__icon--account a.header__icon--account a {
padding-left: 5px;
}
.localization-selector.localization-selector,
.currency-selector.currency-selector,
.country-selector.country-selector {
text-transform: uppercase;
}
.customer a, .header__icon--account a {
padding-left: 5px !important;
}
.localization-selector, .currency-selector, .country-selector {
text-transform: uppercase !important;
}
you can add this code by going to your Online Store > Themes > Customize.
look for custom CSS and add that code
Thanks - this is quite long and there are repeats, so I made some edits.
I added to base.css
.localization-selector{
text-transform: uppercase;
}
So it looks like I have to add it to base.css for it work and not the section css - don't know why.
--
Unfortunately, your code for the spacing between the account icon and the text 'login' didn't work. Any other suggestions?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025