If you’re looking at a CMS collection and one of its fields is a Rich Text element, how do you change the text font in it? If I highlight the text a little dialog pops up that lets me change the font size, create a link, or make it H1, H2, H3, H4, etc. but no choice to change the font itself.
Separately, on a Collections page, I dragged a Rich Text element onto the page, referenced the CMS collection in question, and went into the settings tab. I looked for “get font from [Collection]” but didn’t see something like it. Just “Get text/background/border color from…” etc.
At the moment you cannot set the font dynamically from the cms binding, unless you perhaps used a little custom code to read in a font name from a collection field and change the css style using a little javascript at run time.
Normally you would style the Rich Text block and the content you bind will take on those font styles given in the Rich Text block (or other bound element that has a font style).
If you would like to help share the read-only link to the site and let us know what page the Rich Text block is on we can take a further look: Share a read-only link | Webflow University
I have gone ahead and created a short screencapture that walks-through how to edit the style of your Rich Text element for CMS collections: Screen Recording 2018-05-22...
As Cyberdave mentioned, you would style the Rich Text block and the content you bind will take on those font styles given in the Rich Text block (or other bound element that has a font style).
Hello everyone, it’s working for me except for the bullet points I have inside the rich text. The font I’m using applies to all the body except for the bullet points. And since I can not just select that part, I’m finding it very hard. Can someone help me please??