Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #67944
    Untouristisch
    Participant
    Premium Member

    Hi,

    all of sudden all the subheadings in the articles on my site http://www.untouristisch.de became tiny, regardless the heading level. Also I got a message from Google calling attention to moblie usability issues because of a too small text.

     

    At the same time the appearance of the quotation block changed, it’s just a bigger text now.

    Looking forward to your support.

    #67956
    vako
    Keymaster
    WP Royal Team

    Hi,

     

    At first, sorry for the late reply, we had holidays.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    
    h2 {
    
    font-size: 30px;
    
    }
    
    p {
    
    margin-bottom: 10px;
    
    }
    
    .wp-block-quote  p{
    
    font-size: 15px;
    
    }

     

    Kind Regards

    #68110
    Untouristisch
    Participant
    Premium Member

    Hi, many thanks for your reply!

    All H2 subheadings look ok now. But all the other subheadings H3, H4, H5  are still as tiny as H6. Would you be so kind and adjust your snippet in this regard?

    Thank you so much in advance!

    #68112
    vako
    Keymaster
    WP Royal Team

    Hi,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    h3 {
    font-size: 27px;
    }
    h4 {
    font-size: 23px;
    }
    h2 {
    font-size: 33px;
    }
    h5 {
    font-size: 20px;
    }
    p {
    margin-bottom: 10px;
    }
    .wp-block-quote  p{
    font-size: 15px;
    }

     

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.