Hi again,
thank you for the code, I tried it. But unfortunately it dit not work, there is no effect on the font sizes used in pagebuilder, especially in the addon "text block". Neither if I clear the cache.
Then I tried to put diferent PB classed, but only I reached to chance the title-tag for media view with this code:
@media (max-width: 580px) {
.sppb-section h2{
font-size: 26px;
line-height: 35px;
}
}
Trying the same with p, body (and so on) failed, also there is no effect when I put different pagebuilder classes.
So, which class I have to put there, which code I need to change the size of the text in the text block?