Changing heading sizes, nothing seems to work

other than css everything, what settings do I need to alter to make the headings work better?
At the moment H1 and H2 are the same size.


also, on the home page there is loads of space below the image/above the h3 - I can’t see where I need to change that. https://riversidemidwives.co.uk/
thanks!

Hello @lisacole1,

Thanks for writing to us.

Regretfully there is no Theme option to set custom font-size for H1, H2 tags but you can set each H1 or H2 headings tags custom font-size while using our page builder’s elements

I checked your given page URL the font size of H1 and H2 are different. The H1 and H2 tags font size 40,45px respectively.

I checked the home page it seems that space is coming from the image tag. To get rid of the space between image and title you can use this custom CSS code under X/Pro --->Theme Option --CSS

.x-text .aligncenter {
 margin-bottom: 0;
}

Please change the Margin-bottom value as per your design.

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Thanks

Thank you so much.
The site was built on the Crafty site template. I cannot find out where those H1 and H2 sizes were set. Any clues?

Hi @lisacole1,

As my colleague said there’s no global option on our theme option to set the sizes of H1 and H2 but you can manually set the H1 and H2 using the Headline elements.

First, in your headline element, you need to choose H1 or H2 in the Setup Tab.

Then go to Text Format Tab and you can set there the font size of your headings.

Hope that helps.

Thank you.

Thanks it was the global settings I was asking about. I’ve put in some css to control the sizes. I just couldn’t see where they were coming from in the first place.

Hi @lisacole1,

Great that you are able to find the Global settings, please let us know if you are still having any issues regarding this.

Thanks

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