How can I convert text to uppercase in the Motion theme?

I want to make all content letters/font capitals like Heading name, Products name.

lowercase to uppercase in motion theme

Hi @nakkash009 !

This is PageFly - Advanced Page Builder.

Can you send me your URL that I can inspect and share a code.

Best Regards;

Pagefly

https://bhmalta.com/

PASS:112233

Hi @nakkash009 !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation.

Can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
text-transform: uppercase !important;
}

Best Regards;

Pagefly