Hey guys,
Im trying to make the text size smaller but im struggling real hard ![]()
I’d like to make it a bit smaller, i guess by 20% so so.
Thank you !
Hey guys,
Im trying to make the text size smaller but im struggling real hard ![]()
I’d like to make it a bit smaller, i guess by 20% so so.
Thank you !
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 ![]()
Thank you very much sir.
@YBFS You are welcome! I’m glad the problem’s solved!