New Shopify Certification now available: Liquid Storefronts for Theme Developers

How to get rid of these 2 menus under my product description?

Solved
nvisibl1
Explorer
59 2 14

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?

Accepted Solutions (2)
Made4uo-Ribe
Shopify Partner
4210 974 1184

This is an accepted solution.

Try this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

#vitals-tabs-placeholder > div > ul > li:nth-child(2), #vitals-tabs-placeholder > div > ul > li:nth-child(3) {
    visibility: hidden !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699312855184.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

nvisibl1
Explorer
59 2 14

This is an accepted solution.

Works perfectly

 

Thanks  a lot for your time !

View solution in original post

Replies 5 (5)
Made4uo-Ribe
Shopify Partner
4210 974 1184

Hi @nvisibl1 

Try this one, 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

#vitals-tabs-placeholder > div:nth-child(5), #vitals-tabs-placeholder > div:nth-child(3) {
    display: none !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699300008228.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


nvisibl1
Explorer
59 2 14

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

 

Made4uo-Ribe
Shopify Partner
4210 974 1184

This is an accepted solution.

Try this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

#vitals-tabs-placeholder > div > ul > li:nth-child(2), #vitals-tabs-placeholder > div > ul > li:nth-child(3) {
    visibility: hidden !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699312855184.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


nvisibl1
Explorer
59 2 14

This is an accepted solution.

Works perfectly

 

Thanks  a lot for your time !

Made4uo-Ribe
Shopify Partner
4210 974 1184

Welcome!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com