Have description tab open from the start?

Hey there,

Would anyone know a way to have the description tab on the product pages open on load?

Shop: here

Password; siesoh1

Thank you for any help :slightly_smiling_face:

Hi, @itsolidude12

You can try this code, not a very good solution.

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.js ->paste the below code at the bottom of the file.
document.querySelector('[aria-controls="Product-content-description7332781621404"]').click();

I am also looking for a solution to this problem, and unfortunately the solution you suggested does not work :neutral_face: