Site logo

Archived topic

Having trouble with html and header in elements

1 reply · Started by Anthony on April 30, 2020

Viewing posts 1–2 of 2

Hello,
I am having trouble with adding custom css to my html in elements. I want to change the appearance of my h1 elements. I tried doing this on the /customize.php page but it wont apply to anything that's an element.

Thank you.

Hi there,

The <h1> in the page hero is currently being style by the CSS below which you can modify in Customizer > Additional CSS:

h1.hero-heading {
	font-size: 50px;
	font-weight: 600;
}

Let me know if this helps :)

This archived topic is closed to new replies.