- This topic has 3 replies, 2 voices, and was last updated 3 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
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.
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
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!
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