H4 h5 h6 adjust thickness of text

On this page https://atakravmaga.com/ata-tigers/. I have the code below for the font size. How can I make h4, h5, h6 be thinner than h1, h2, h3. I have attached a pic of the look I’m trying to achieve. As, you can see Select an option below is thinner text.

}
h1, .h1 {
font-size: 375%;
}

h2, .h2 {
font-size: 250%;
}

h3, .h3 {
font-size: 225%;
}

h4, .h4 {
font-size: 175%;
}

h5, .h5 {
font-size: 150%;
}

h6, .h6 {
font-size: 125%;
}

GettingStartedisEasy

Hello @rkassebaum,

Thanks for writing in! Your custom css code cannot related to the headlines that you pointed out in the page because those texts were inserted and styled inside the slider layer.

We recommend that you style both the same text layer using the same styling or by duplicating one of the text layer to create another so that they’ll have the same styling.

Hope this helps.

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