Shopify themes, liquid, logos, and UX
Hello, I would like to modify my product page to keep the "Description" and "Shipping Details" tabs open instead of being collapsible.
https://shop.reversewinesnob.com/products/insider-deal-all-stars-2024-white-intro-4-pack
Thank you for your help
Solved! Go to the solution
This is an accepted solution.
Put this into Custom Liquid block
<script>
let tabs = document.querySelectorAll('product-info details');
if (tabs) {
tabs[0].setAttribute('open',true);
tabs[1]?.setAttribute('open',true);
}
</script>
Anyone?
This is an accepted solution.
Put this into Custom Liquid block
<script>
let tabs = document.querySelectorAll('product-info details');
if (tabs) {
tabs[0].setAttribute('open',true);
tabs[1]?.setAttribute('open',true);
}
</script>
Beautiful, thank you, worked like a charm!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025