Shopify themes, liquid, logos, and UX
There are two menus showing underneath the product description
https://toltano.com/products/the-hot-pod-hand-warmer
"Our Guarantee", and "Shipping"
They just appeared all of a sudden and I dont know how to get rid of them
Can you help?
Solved! Go to the solution
This is an accepted solution.
Try this one.
#vitals-tabs-placeholder > div > ul > li:nth-child(2), #vitals-tabs-placeholder > div > ul > li:nth-child(3) {
visibility: hidden !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @nvisibl1
Try this one,
#vitals-tabs-placeholder > div:nth-child(5), #vitals-tabs-placeholder > div:nth-child(3) {
display: none !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you - that worked
However I notice on the desktop version where the "Decription" title is there is also now two tabs "Our Gaurantee" and "Shipping"
I dont know how they got there. Originally they were in menu format which appeared without ne doing. Now in tabbed page format
Any idea how I also can remove these tabs? and to just keep Description?
Appreciate your help
This is an accepted solution.
Try this one.
#vitals-tabs-placeholder > div > ul > li:nth-child(2), #vitals-tabs-placeholder > div > ul > li:nth-child(3) {
visibility: hidden !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Works perfectly
Thanks a lot for your time !
Welcome!
Learn what's possible with customizing Shopify Checkout beyond what's available out of...
By Shopify Feb 19, 20252m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025