Hello,
I have an issue with older Text Block addons in SP Page Builder after several updates.
The website is approximately a year and a half old and during that time it has gone through several versions of both SP Page Builder and Helix Ultimate. Because of this, I suspect that some older typography values may still be stored in the addon data even though they are no longer visible in the current interface.
In Helix Ultimate, I have H2 globally set to 30px, but in some older Text Block addons SP Page Builder generates its own CSS, for example:
sppb-addon-... .sppb-addon-text-block .sppb-addon-content h2 {
font-size: 18px;
line-height: 28px;
}
These values override the global typography settings from Helix.
The strange thing is that in the current SP Page Builder interface there is no custom typography or font size set in those addons. The Style tab is empty and the HTML content contains only normal <h2> / <h3> tags without inline styles.
When I create a completely new Text Block addon, the problem disappears and H2 correctly uses the 30px value from Helix.
However, if I copy the style from the old addon to the new one, the unwanted 18px / 28px values are copied as well. This suggests that some old hidden typography values are still stored in the addon data, probably from an older SP Page Builder version.
Is there an official and simple way to reset or clean these old typography values, ideally globally or at least per addon, without recreating every Text Block manually?
I would like to keep all existing addon styles such as padding, margin, background, shadow, border radius, etc., but remove only the old hidden font-size and line-height values.
Is there any reset function, migration tool, database cleanup method, or another recommended solution for this issue?
I am using Helix Ultimate and the current version of SP Page Builder.
Website: https://www.svet-plazu.cz/ On the homepage, one Text Block has already been recreated and now uses the correct Helix typography, while another older Text Block still shows the issue. This should make the difference easy to compare. I have intentionally left one old Text Block unchanged so the issue can still be inspected.
Thank you.
Sylvie