It does not matter what I set the mobile font size to on an SP Page Builder page, it gets overridden by this CSS on line 6020 of the template.css file.
@media only screen and (max-width: 768px)
.sppb-addon-title {
font-size: 22px !important;
}
This overrides, all Headings, paragraph, span, and div tags. What this intentional or an oversight?
Thank you,
John