Shopify themes, liquid, logos, and UX
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?
Solved! Go to the solution
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.
However, you would not be able to collapse it...
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.
However, you would not be able to collapse it...
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.
That's ok, I don't need to collapse it. Thank you!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025