Site logo

Archived topic

How to override / change font presets

3 replies · Started by Ben on May 27, 2022

Viewing posts 1–4 of 4

How can we change or override the preset font sizes such as has-small-font-size ??

Hi Ben,

Are you trying to bulk override the has-small-font-size class?

If so, try this CSS:

body {
    --wp--preset--font-size--small: 25px !important;
}

It seems to be a preset that appears when you use GenerateBlocks Pro.
text preset sizes

Your screenshot doesn't look like GB's typography section.

GB or GP doesn't add has-small-font-size class to text blocks, it looks like WP's global style.

This archived topic is closed to new replies.