Skip to content
Discussion options

You must be logged in to vote

Hi @anthonylavado,
sorry for the delay in responding, I've read the OP when it was posted, and postponed writing a response since this is a rather custom case which needed some thought, and then this discussion was overshadowed by other notifications 😞

  1. Is it possible to only show the tab selector on the first collection, and hide it on subsequent displays?

There is the rather new but somewhat supported nth-child pseudo selector that supports inner selectors

You could use it to hide tabs other than the first. If you want more browser support, then a combination of JavaScript that adds some special .hide-those-tabs class and CSS itself would be nec…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kamilkrzyskow
Comment options

Answer selected by anthonylavado
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants