How can I make my 'About Us' menu uppercase on mobile?

Hi there,

How can I change the ‘About Us’ to be all uppercase? It is all uppercase onmy desktop version but not on my mobile site.

www.feyrebaby.com.au is my website.

Thank you

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
@media screen and (max-width:749px){
.drawer__nav a.drawer__nav-link.drawer__nav-link--top-level {
text-transform: uppercase;
}
}
1 Like

Thank you!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

1 Like