How to change size etc of header h2, h3, h4, h5

As you can see in the image below, the H3 header is bigger than the h2 header. That makes no sense. How can I change this? I have read some other posts on this topic as well and there is says I need to edit this with custom CSS? But how? What is the css code to change the size of the h3 heading?

I built this page with the layout builder for my blogs and I write my blogs with just the standard Wordpress editor.

Thanks.

Hey @djinnie,

Before reaching out for support, please kindly do the troubleshooting steps listed in our article here https://theme.co/docs/common-issues#css-js-customization

One of the steps in testing for a plugin conflict and removing custom codes. There is a custom code and/or a plugin styling the H2 on your site. I’m not sure where the code is coming from but when I remove it in the dev tools, our theme’s h2 style works.

image

Thank you for your cooperation.

Thank you for your reply.

Ok, I found the problem. I deactivated the plugin Easy Google Fonts.

But how do I make the body content bigger without touching the headings? Because if I change the ‘Content size font’ everything goes bigger. Now the actual content of the blog articles is really small.

Maybe a better question; how do I style the following? And if I need to do this with CSS can you provide me instructions for this please? >>>
body
h2
h3
h4
h5
h6

Thanks.

PS: i posted this reply in the wrong thread and deleted it there.

Hello @djinnie,

To style the font size of the body, please go to Cornerstone > Theme Options > Typography > Body and Content.

As for the Headings, if you want to resize them, regretfully there are no tag-specific options yet. You currently need to use custom CSS. If you need help with custom CSS, you might want to check our One premium support where we can provide customization guidance.

If you know how to code, you can insert your custom CSS in the Code Editors. For more details, please see https://theme.co/docs/code-editors

Or perhaps, these old threads can help you:

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.