How can I change a H3 tag to H2 in Debut theme's rich text section?

hello @PickleandPug

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-163277551930996d65  .grid .grid__item   .h3 {
    font-size: calc(((var(--font-h2-desktop))/ (var(--font-size-base))) * 1em) !important;
}
2 Likes