Home Forums WoodMart support forum H2 IS PROBLEMATIC!

H2 IS PROBLEMATIC!

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

    Pindorama
    Participant

    HI,

    As I wrote the description of this new product “WOODBIKE” I chose 3 phrases to be H2 (Title 2). What happens is that the first one appears very small on the website, although it looks normally on the panel, while the other ones (also Title 2) look perfect. Please see attached images.

    Best regards, Débora

    Attachments:
    You must be logged in to view attached files.
    #80579

    Hello,

    Here is the reason: https://prnt.sc/l1f13f

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

    The nest titles are H3 http://prntscr.com/l1jkcy

    You can put all the titles h3 or change the font style for H2

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

    Ad the font-size and add this code to the Theme Settings > Custom CSS

    Best Regards

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