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
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
Hello There,
.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