How to change H1 and H2 to lowercase on Debut Theme?

Hi,

I’m trying to change H1 and H2 to lowercase on Debut Theme.

I found some answers online, but from a few years ago and it seems Shopify has changed a bit since then.

Thanks for your help.

Lela

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.h2, h2 {
text-transform: unset !important;
font-size: 31px !important;
}
.h1, h1 {
font-size: 31px !important;
text-transform: unset !important;
}

@malamoonlight
Hello,

Can You Please Share Store URL..

h1,h2 {
 text-transform: lowercase;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid or base.scss.liquid