Relume Community Icon
Relume Community
  • 🏠Home
  • 📅Events

  • 🔵Announcements
  • 🔵General
  • 🔵Getting Started
  • 🔵Issues
  • 🔵Showcase

Powered by Tightknit
General
General

Using Rich Text in Webflow Native Tab Links: Seeking Workarounds

Avatar of JesperJesper
·

Hey all, I need to place a rich text element inside of my Webflow native tab links (Layout 497). I get that you can’t place links within links, but is there any way I can hack my way around this, that someone has figured out in the past?

2 comments

  • Avatar of Matt J.
    Matt J.
    ·

    Jesper you would have to bypass the webflow native tabs altogether and build your own. I found this cloneable that gets you about 90% there, and you could modify it to convert the link wrapper to a div and nest a richtext field into it. Keep in mind that there is a div that is overlaying all of this - you'll want to turn "events none" on in order to click on the canvas to make edits and then turn it back on so that there is a cursor for the user. You will obviously also need to change the layout as well. https://webflow.com/made-in-webflow/website/flexible-autoplay-tabs?ref=made-in-webflow-search&searchValue=custom%20tabs

  • Avatar of Jesper
    Jesper
    ·

    Thanks Matt J., will check this out 🙏