Home › Forums › WordPress Themes › How to change text on header › Reply To: How to change text on header
January 2, 2021 at 7:25 pm
#9493
Adnan Shawkat
Keymaster
Hi there,
Sorry here you go please update the code that I provided earlier this will resolve the issue so far.
@media (min-width: 992px) {
.banner-info h2 {
font-size: 90px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.banner-info h2 {
font-size: 65px;
line-height: 65px;
}
}