Home Forums WoodMart support forum How To Change Font Size IN H1,H2,H3,H4,H5,H6 In Product Page

How To Change Font Size IN H1,H2,H3,H4,H5,H6 In Product Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #368091

    Faizan Chauhaan
    Participant

    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.
    #368195

    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

    #368234

    Faizan Chauhaan
    Participant

    CAn i used this like below?

    .wc-tabs-wrapper h1 {
        font-size: 12px;
    }
    .wc-tabs-wrapper h2 {
        font-size: 12px;

    }

    #368261

    Hello,

    Yes you can use this CSS. This will work for you.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)