How to Link to a Tab?

How can I link to a specific tab on another page? I have tabs and I need to link the second tab from the footer. I don’t see any ids or anything to anchor it. Please advise.

Hi @wissam,

seems like the tabs are the only element that doesn’t use IDs :sweat_smile:
You can solve this with a javascript / jQuery click function that adds the “active” class to the second li.tab-title.

Regards,
timmse

2 Likes