Comments Chris Urban started the conversationDecember 28, 2020 at 3:18pmHey,its me again :DI have another Question.I want to Change the size of the heading (see at the Picture)Can you explain, how i can do this?best regardsChris Urban 1,692Andrey repliedDecember 29, 2020 at 12:10pmHello, Dear Chris Urban!You may reduce this headings via CSS code.Please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here: h1 { font-size: 20px; } h2 { font-size: 30px; } Then save changes and check the results at front-end.Best Regards!Chris Urban repliedDecember 29, 2020 at 12:15pmit works! Thanks a lot!!! Sign in to reply ...
Hey,
its me again :D
I have another Question.
I want to Change the size of the heading (see at the Picture)
Can you explain, how i can do this?
best regards
Chris Urban
Hello, Dear Chris Urban!
You may reduce this headings via CSS code.
Please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:
Then save changes and check the results at front-end.
Best Regards!
it works! Thanks a lot!!!