How can I quickly change the size of H2 and H3 tags on product pages?

Hi i add more products on my website and would like change size of h2 and h3 tags straight from "add new product " section, Before i used html code to every single row

## <strong>

Is it any chance i can add on the bottom of code editor in product code which will change whole h2 to that size and h3 to another?

Its any chance i can did that quicker with one simple code for h2 tag size and h3 tag size?

Do you want to add this change to the whole website, or just for a specific section?

Only product pages.

Go to your theme customizer, go to the Product page, scroll to where it says Add Custom CSS, and try this code:

h2{
font-size: 16px !important;
}

h3{
font-size: "number you want"px !important;
}

How does that look?

As soon i back to home from work I give a try. Problem is I not set h tags structure year so it’s mean I can have more h2 or h3 tags than I want just for description

Ok. Let me know if it works!

Your code will work when u have done h tags structure. I still have things under h2 tags like columns name in footer section.

I’m not sure what you mean. Could you clarify this a little bit for me please? Thanks!

Yeah my bad. I mean your code is changing size for h2 and h3 tags on product page. Problem is when u go on any my product page u find h2 tags in product description which one i want change and also in footer section.

I already done setup size font for h2 and h3 tags on product page for specific lines used html code which i provide on first picture on top.

If u dont mind u can help me with h tags structure. :slightly_smiling_face:

Are you saying you want to change the h2 tags in both the product page and footer, to another tag, such as “p”? Just trying to understand you. Thanks.

I want to get structure on page for h tag build like this

h1 : title

h2 description

h3 ingriedents list etc

h4 footer column section.

If u know anything about h tags structure for SEO and ranging on google can u check one of my product page and u will find all h tags .