How can I remove the product description from my Debutify page builder?

Hey everyone,

I am currently working on my product page, and I am using the Debutify page builder.

However, I am unable to delete the original description that was imported from OBERLO for my product

I want to make it blank, but it keeps coming back automatically even after I save it.

When I disable the “product description” through the debutify page builder, it also deletes the bullet points I made for the product so that is an issue.

Picture related

Website URL: https://markitest555.myshopify.com/

Password: 12121212

Thanks in advance

@MARKKISILOV

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-single__description {
    display: none;
}