I need some help with tabs please

How do I make it so that if I click on one tab, it instantly goes to the next tab. Essentially, you click on one tab, it doesn’t display it, but it opens the next one.

All the help is appreciated!

Andrew


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

You would need to write custom code.

I will mention that a tabbed section is a typical UI design pattern in apps and the web. When you change a design pattern’s behavior from what people expect, you usually end up confusing users.

A better approach may be to create what you need using interactions and custom elements.