Shopify themes, liquid, logos, and UX
I would like the drawer menu on this website to be all uppercase:
https://cowdray-polo-club.myshopify.com/
password: cowdray
Can this be achieved with the editor or will it need custom code - I am using the latest Dawn theme? thanks
Hey @Dunx,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
ul.menu-drawer__menu li a {
text-transform: uppercase !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Result:
@Dunx please add this css to the very end of your base.css file and check
.menu-drawer__menu-item {text-transform: uppercase !important;}
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