Remove description tab

Hi, can anyone help me to hide the tab showing the description without removing the other tabs bellow it ?

https://marymill.amsterdam/products/herbmill

@Daniel19901 ,

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above


I don’t see a “Description” section on your website. @Daniel19901

  • Here is the solution for you @Daniel19901
  • Please follow these steps:

  • Then find the theme.liquid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Hello @Daniel19901

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

#shopify-section-template--23429159682387__main .accordion__wrapper { display: block !important; } .product-accordion .accordion__wrapper:first-child button { display: none !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.