Refresh Theme - Uppercase for headings and menu

Hi, is it possible to have all uppercase letters for all headings and the main menu on the Refresh theme?

Could rewrite it all in CAPS LOCK but don’t think that’s a smart way to do it. Thanks.

Hello @Renaks

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file.

  3. Paste the below code before :


Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

1 Like

Hi @Renaks

This is Victor from PageFly - Landing Page Builder App.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file base.css

a.header__menu-item.header__menu-item.list-menu__item.link.link--text.focus-inset{
text-transform: uppercase !important;
}

Hope this answer helps.
Best regards,
Victor | PageFly

Thank you so much that worked perfectly. While I am still there, what should I add to also make Collection List headings and Footer headings, and Product Titles uppercase?

Hi Victor,

Thank you for your reply but for some reason, any modifications and code added to base.css doesn’t take any action. Any ideas on how to make changes apply?