Tab open by default on Impulse Theme

Topic summary

A user needed help making the first tab open by default on their product page using the Impulse theme. The issue was resolved quickly with community assistance.

Solution provided:

  • Navigate to Admin → Online Store → Theme → Edit code
  • Locate the theme.liquid file
  • Add specific JavaScript code above the </body> tag

Multiple respondents offered the same solution approach, providing code snippets to implement the default tab behavior. The original poster confirmed the solution worked successfully and marked it as resolved.

Status: Resolved - the user successfully implemented the fix and thanked the community for the quick response.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

UPDATE: SOLUTION FOUND! Thanks to everyone who responded so fast :slightly_smiling_face:

Hello! Would love some help with coding, please.

How do I make the first tab open by default on my product page? My website theme is Impulse. I’m not confident with which code to edit - please help!

1 Like

@HelenVAC ,
Step 1: Go to Admin → Online store → Theme > Edit code

Step 2: Search for the file theme.liquid

Step 3: Add this code before tag


If it helps you, please like and mark it as the solution.

Best Regards :blush:

1 Like

Hey @HelenVAC

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

ah you’re the best! Thanks for responding so quickly - this worked a treat :slightly_smiling_face: