Comments Sean started the conversationAugust 28, 2024 at 6:11pmIs there a link or download for the Humpton theme documentation?I am trying to change the font size and line height for the Hero Titles. 1,979Support repliedSeptember 4, 2024 at 9:14amHello Sean,the link to online documentation is available here:http://clapat-themes.com/helpcenter/humpton/but to change the font size and line height for hero title you can use the following css.hero-title { font-size: 10vw; line-height: 13vw;}this has viewport units but you can specify the size directly in pixels and then add the code to customizer -> additional CSSyou can use also instructions for different screen widths@media only screen and (max-width: 767px) { .hero-title { font-size: 13vw; line-height: 17vw; }}Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Is there a link or download for the Humpton theme documentation?
I am trying to change the font size and line height for the Hero Titles.
Hello Sean,
the link to online documentation is available here:
http://clapat-themes.com/helpcenter/humpton/
but to change the font size and line height for hero title you can use the following css
.hero-title {
font-size: 10vw;
line-height: 13vw;
}
this has viewport units but you can specify the size directly in pixels and then add the code to customizer -> additional CSS
you can use also instructions for different screen widths
@media only screen and (max-width: 767px) {
.hero-title {
font-size: 13vw;
line-height: 17vw;
}
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy