CMS Tabs showing the tab link inside the dynamic content AND the tabs itself

Description

Inside the official documentation of the CMS Tabs CMS Tabs for Webflow - Example, the tab link is shown twice, where it should actually only be displayed once in the tab selector, and not in the dynamic content itself? The same is happening in a project of mine.

@patrick2 I’ve been experiencing the same thing and came to this forum to get a solution so thanks for posting this

1 Like

Hey @patrick2 @Navi! There was an issue with the documentation. We have updated it, but it has not been published yet.

To hide the tab link element on the collection item, you can use a wrapping div and use display: none

1 Like

That worked, thank you!

Awesome, thank you!