Hi,
is it possible to have different font sizes e. g. for the h2 headline for desktop and mobile versions? And where could I change it?
Thanks,
Veronika
Hey Veronika,
There are no theme settings for that unfortunately, but you can achieve it using CSS:
@media only screen and (max-width: 767px) {
h2 {
font-size:20px !important;
}
}
Best regards,
Rikard
thank you!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon