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