Product Page Description - H4 - Uppercase

Hi All,

Please can someone assist me.

I would like to make add the following property to all of the H4 headings only in the Description of my product pages only:

text-transform: uppercase

Here is a product page: https://electricrideco.com/products/emojo-caddy-pro-electric-trike

Thanks in advance!

Hi @guyv , you can add this code at the bottom of your theme.scss.liquid file to do that

.product-single__description h4 { text-transform: uppercase; }

Hi @guyv

This is PageFly - Advanced Page Builder.

You can try with this code:

Follow this:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.scss.css.

Step 3: paste below code in bottom of file → save.

h4 { text-transform: uppercase !important;}

Hope that my solution works for you.

Best regards,

PageFly