Comments SocialSuite Video started the conversationNovember 6, 2020 at 8:47amHi, How Can I decrease the size of the text on hero section? (title and subtitle)Thank You 1,973Support repliedNovember 9, 2020 at 9:37amHello, if it's about the hero section from individual portfolio pages and if it's about the font size: @media only screen and (max-width: 1466px){.hero-title { font-size: 80px; line-height: 80px; height: 80px;} } .hero-subtitle { font-size: 16px; font-weight: 600; } change the values and then add the code to customizer -> additional CSSAlso note the media query for the hero titleThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hi,
How Can I decrease the size of the text on hero section? (title and subtitle)
Thank You
Hello, if it's about the hero section from individual portfolio pages and if it's about the font size:
@media only screen and (max-width: 1466px){
.hero-title {
font-size: 80px;
line-height: 80px;
height: 80px;
}
}
.hero-subtitle {
font-size: 16px;
font-weight: 600;
}
change the values and then add the code to customizer -> additional CSS
Also note the media query for the hero title
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy