Styling Tabs Component

I am using Plasmic’s Flexible Tabs container which works great, however, I am unable to style the tab buttons that are within the tabs container. The following message comes up when I go to the parent tabs container:

image

Is it possible for you to add a class name in the tabs container so I can style the tab buttons? Or is there a better way to do this?

Hi @scott_deloach , that component actually doesn’t render any HTML elements itself, hence why it doesn’t take a class name. We should update it to specify stylesections: false.

Instead, it is always meant to wrap some other element, so you can specify styling on whatever that child is instead.

Let me know if that helps!