Tabs for product description - Turbo theme

Hi everyone!
I want to hide my product description in a tab- like the color and the size tabs below.
How can I do it?
link to the store: https://www.vibes12.com

1 Like

@Hadargiladi

.selector-wrapper {
    display: none !important;
}

Add this code in the bottom of style.css file.
Thank you.

Hi, it didn’t change.
The color tab was disappear and the description was the same.

Kindly give proper ScreenShot which things you want to hide,
Mark on it,
please.

Thank you for the quick replay!
I want to hide the all description of the product ( marked with red) in a tab as the color.
I want to do it for all of my products.

Thank you !

@Hadargiladi

.product_section .description {
    margin-bottom: 15px;
    display: none !important;
}
.selector-wrapper {
    display: none !important;
}

Add this code.

I think that you got me wrong.
I still want to be able to see the description and the color. I just want it to be under a tab for the organization.
Now its looking like that: