Where to input code for H1 H2 H3 font sizes? Blog Articles only

https://www.lifesupplyusa.com/blogs/news/where-do-you-relocate-a-catch-and-release-animal

H2 and H3 look the same as the body text. I’ve included an image here to highlight which ones are H2 and H3.

For blog text only, not sure if I’m supposed to put code in theme.css.liquid? or somewhere else… None of my solutions have worked so far. What code should I use? Let me know if you need anything else that could help

Thanks!!

1 Like

hey @amberdawn

i can solve your problem..

please delete this code in your them.css

{p, h1, h2, h3, h4, h5, h6 {
margin-top: 0;
/* font-size: inherit; */ <-----------this code delete…
font-weight: inherit;
}

thank you so much.

khilan

1 Like

Hey thanks it worked!