Can't Get rid of "rich text" button next to description and reviews.

Hey There,

I am using Debeautify theme, and on my product page it has 2 tabs next to the description- Reviews and Rich Text. I have literally spent hours trying to go through the code to find something to do with it but have had no luck.

Can someone help me remove it?

1 Like

@gearheadgadgets

button#horizontal-tab-1de24ca3-89df-47af-9c2e-5aadd32c2e8f {
    display: none !important;
}
  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/theme.css or theme.scss ->paste below code at the bottom of the file.
  3. Save it.
1 Like

Thanks so much man!

1 Like