Home Forums WoodMart support forum Heading css style is overwritten

Heading css style is overwritten

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

    linlin
    Participant

    Hello

    In recent updates, Heading css style is overwritten, H1 to H6, are all limited in size.

    Best regards
    Lin

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

    Artem Temos
    Keymaster

    Hello,

    We will fix this issue in our next theme update. As for now, please use the following CSS code to fix this

    h1.wp-block-heading {
        font-size: 28px;
    }
    
    h2.wp-block-heading {
        font-size: 24px;
    }
    
    h3.wp-block-heading {
        font-size: 22px;
    }
    
    h4.wp-block-heading {
        font-size: 18px;
    }
    
    h5.wp-block-heading {
        font-size: 16px;
    }
    
    h6.wp-block-heading {
        font-size: 12px;
    }

    Kind Regards

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