Automatically expanded description on product detail pages?

Solved

Automatically expanded description on product detail pages?

jasminsharp97
Shopify Partner
101 1 33

I want to have the descriptions on my product detail pages auto expanded, so when you land on the page you can see the description and don't have to click to expand it. I also want to get rid of the word "description" with the little icon (highlighted). How do I accomplish that on my website vidavitalmedicalshop.com?

Screenshot 2025-04-04 124619.png

Accepted Solution (1)

tim
Shopify Partner
4248 483 1560

This is an accepted solution.

You can always go to Customizer, visit product page there, add "Description" block to the "Product information" section and remove the Collapsible block you have now.

Screenshot 2025-04-05 at 7.33.22 PM.png

 

However, you would not be able to collapse it...

 

 

 

 

If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com

View solution in original post

Replies 3 (3)

tim
Shopify Partner
4248 483 1560

This is an accepted solution.

You can always go to Customizer, visit product page there, add "Description" block to the "Product information" section and remove the Collapsible block you have now.

Screenshot 2025-04-05 at 7.33.22 PM.png

 

However, you would not be able to collapse it...

 

 

 

 

If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com
tim
Shopify Partner
4248 483 1560

If you wish to keep it collapsible, then you can remove the title from this "collapsible description" block.

 

Then, add a "Custom liquid" block and paste this code:

<script>
document.querySelector('.product__accordion details')?.setAttribute('open', true); 
</script>

This will force first accordion to open automatically when product page is show.

If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com
jasminsharp97
Shopify Partner
101 1 33

That's ok, I don't need to collapse it. Thank you!