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. 2,006Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio