Ok, thanks, this is not the ideal solution, but I think I can live with it.
I have also used the following css codes to reduce the h1 in parallax and the h2 in text blocks, but the h1 code for parallax doesn’t work:
@media only screen and (max-width: 767px) {
.spb_text_column h1 {
font-size: 25px;
}
}
@media only screen and (max-width: 767px) {
.spb_text_column h1 {
font-size: 25px;
}
}
@media only screen and (max-width: 767px) {
.spb_parallax_asset h2 {
font-size: 22px;
}
}
@media only screen and (max-width: 767px) {
.spb_parallax_asset h2 {
font-size: 22px;
}
}