Shopify themes, liquid, logos, and UX
I want to change my font to have all uppercase letters for the country's in the currency selector of my footer. Can someone share how I'm able to do this please? I'm using the Shopify Taste Theme.
Hello @worldwidemotion
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.footer .disclosure button span {
text-transform: uppercase !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
It worked for the selected currency, however the "Search" and country list aren't uppercase. Is there a way to fix this? Thank you!
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.footer span.country {
text-transform: uppercase !important;
}
.country-filter label.field__label {
text-transform: uppercase !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Thank you so much! Lastly, is there anyway to uppercase the "Search" font?
I added the code for this also
.country-filter label.field__label {
text-transform: uppercase !important;
}
please
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
The "Search" still doesn't show as uppercase when I add this
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
label[for="country-filter-input"] {
text-transform: uppercase !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi, @worldwidemotion. Can you give me the link to your website?
SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hey, it's cultureclubworldwide.com
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025