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!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024