Can't add button to rich text

I try to add button to rich text but it doesn’t work. So I use div block but again I still not able to add my button to the rich text.


Here is my site Read-Only: Webflow - ADORE
(how to share your site Read-Only link)

You can’t add buttons to rich text fields as they’re not one of the supported content types.

Since we now have the ability to add custom code, you can add the raw markup to create a button from scratch and give it the same class as a button on your project:

<a class="button-class" href="/page-slug">Button Text</a>

Oh wow! Thank you so much @mikeyevin!!! :+1:t6: