Add font styles in WPBakery Page Builder

How can I add more font styles for use with WP Bakery Page Builder elements?

For instance, in my Custom Heading elements I only have 400 and 700 for Montserrat

Best Regards,

J

Hey J,

The options for the Font Weight of the fonts in WPBakery comes from its core. You might need to find a third party plugin that could manage the google font options for WPBakery.

However, without needing to add any plugin, you can apply a workaround. You can wrap the Custom Headline text in a span tag then add an inline style to the span tag to set the font weight for the text like this:

<span style="font-weight: 100;">This is custom heading element</span>

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.