How to decrease text size by 20%?

Hey guys,

Im trying to make the text size smaller but im struggling real hard :sweat_smile:

I’d like to make it a bit smaller, i guess by 20% so so.

Thank you !

1 Like

Hi,

Try adding this code to the bottom of theme.css. To make it smaller, decrease the “em” value.

.hero__title.h1 {
  font-size: 3.0em
}

Yeah that actually exactly how i wanted it :slightly_smiling_face:
Thank you very much sir.

1 Like

@YBFS You are welcome! I’m glad the problem’s solved!