What's your biggest current challenge? Have your say in Community Polls along the right column.

How to auto-open the first tab in Impulse theme?

Solved

How to auto-open the first tab in Impulse theme?

Deoxes
Navigator
361 2 85

Hi community, I saw it's one post with the same question, but can't find the code.

my question is that I using the Impulse theme and using theme tabs, I wanna always the first tab automatically opens.

 

web: dehome.co.uk

Theme: Impulse

 

Thanks

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3120

This is an accepted solution.

Hi @DeHome

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

- Go to Online Store->Theme->Edit code theme.liquid paste my code before </body> element

 

<script>

    window.onload=()=>{

document.querySelectorAll('button.label.collapsible-trigger.collapsible-trigger-btn.collapsible-trigger-btn--borders.collapsible--auto-height')[0].click()

}

</script>   

PageFly_0-1666110882618.png

 

Hope my solution works perfectly for you!

 

Best Regards;

PageFly



View solution in original post

Replies 4 (4)

Deoxes
Navigator
361 2 85

@KetanKumar mate maybe you can help me?

PageFly-Victor
Shopify Partner
7865 1786 3120

This is an accepted solution.

Hi @DeHome

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

- Go to Online Store->Theme->Edit code theme.liquid paste my code before </body> element

 

<script>

    window.onload=()=>{

document.querySelectorAll('button.label.collapsible-trigger.collapsible-trigger-btn.collapsible-trigger-btn--borders.collapsible--auto-height')[0].click()

}

</script>   

PageFly_0-1666110882618.png

 

Hope my solution works perfectly for you!

 

Best Regards;

PageFly



Deoxes
Navigator
361 2 85

@PageFly-Victor  Thanks its works! 

PageFly-Victor
Shopify Partner
7865 1786 3120

you are welcome, I am glad when can help you😍