Can't delete the product description

Solved
MARKKISILOV
Tourist
8 0 5

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

OBERLO ISSUE.jpg

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

Password: 12121212

 

Thanks in advance

Accepted Solution (1)

Accepted Solutions
KetanKumar
Shopify Partner
36500 3621 11762

This is an accepted solution.

@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;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Reply 1 (1)
KetanKumar
Shopify Partner
36500 3621 11762

This is an accepted solution.

@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;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing