Can I make the drawer menu text all uppercase in Dawn theme?

Can I make the drawer menu text all uppercase in Dawn theme?

Dunx
Shopify Partner
2 0 0

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

Replies 2 (2)

ThePrimeWeb
Shopify Partner
2139 616 523

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.

ThePrimeWeb_0-1708445593254.jpeg

 

Result: 

ThePrimeWeb_0-1708445721532.png

 

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

suyash1
Shopify Partner
10714 1323 1699

@Dunx please add this css to the very end of your base.css file and check

 

.menu-drawer__menu-item {text-transform: uppercase !important;}

 

suyash1_0-1708445622833.png

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.