Home Forums WoodMart support forum Problem with H2 header

Problem with H2 header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #162743

    prokurent
    Participant

    Hi. I have a problem with H2 header in product descriptions. View in private content on the example of one product. It is smaller than other H2 and is in upper case.
    This error does not appear when I make a space from the top or the first sentence will not be heading just plain text.

    Can you do something
    Thank’s

    #162789

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woocommerce-Tabs-panel .wc-tab-inner>div>h2:first-child {
        text-transform: none;
        font-weight: 600;
        font-size: 14px;
    }

    Set the size and font-weight as per your needs.

    Best Regards

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