Comments 1Theo started the conversationDecember 14, 2022 at 12:05pmi wanna change the font size of my Hero Caption SubtitleAnd i wanna change the font size of The Hero Caption Title.Can you help me please ? 1,973Support repliedDecember 14, 2022 at 2:50pmHello Theo@media only screen and (max-width: 1466px) { .hero-title, #page-nav .next-hero-title { font-size: 11vw; line-height: 14vw; }}.hero-title { font-size:10vw; line-height:13vw; font-weight:500;}.hero-subtitle { font-size: 24px; font-weight:500; line-height:36px; }change the values for font size and then add the code to customizer -> additional CSSin case you also need the size of the info text.hero-text { font-size: 36px; font-weight: 400; line-height: 52px;}Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
i wanna change the font size of my Hero Caption Subtitle
And i wanna change the font size of The Hero Caption Title.
Can you help me please ?
Hello Theo
@media only screen and (max-width: 1466px) {
.hero-title, #page-nav .next-hero-title {
font-size: 11vw;
line-height: 14vw;
}
}
.hero-title {
font-size:10vw;
line-height:13vw;
font-weight:500;
}
.hero-subtitle {
font-size: 24px;
font-weight:500;
line-height:36px;
}
change the values for font size and then add the code to customizer -> additional CSS
in case you also need the size of the info text
.hero-text {
font-size: 36px;
font-weight: 400;
line-height: 52px;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy