How To Change Font Size IN H1,H2,H3,H4,H5,H6 In Product Page
-
Hello!
When i add some text in H1,h2 etc heading then font size too much big i want to change all heading size in single product page DESCRIPTION
Please Check Screenshot below
Attachments:
You must be
logged in to view attached files.
Hello,
You can try using the following Custom for that. For example, the below CSS will work h1.
.wc-tabs-wrapper h1 {
font-size: 15px;
}
You can set the sizes of heading tags as you need.
Best Regards
CAn i used this like below?
.wc-tabs-wrapper h1 {
font-size: 12px;
}
.wc-tabs-wrapper h2 {
font-size: 12px;
}
Hello,
Yes you can use this CSS. This will work for you.
Best Regards