We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Deleted Apps but their section not removed from store

Solved

Deleted Apps but their section not removed from store

Danish864
Shopify Partner
69 4 10

Hi, There is two blank box on my products page under description. I think it's came from the apps which I deleted.  I want to remove them. Kidly help me to solve this issue.

Here is the store preview link : https://1d8pwwh2vd7csx8n-56062968007.shopifypreview.com

Blank box under descriptionBlank box under description

@dmwwebartisan @tvmnantucket @buzzbug @Kinjaldavra @susand24224 @Hardik29418 @AiTrillion @suyash1 

Accepted Solutions (2)

Hardik29418
Shopify Partner
2913 418 1083

This is an accepted solution.

Please place this code at the end of theme.scss

.collapsibles-wrapper {
display: none;
}

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

suyash1
Shopify Partner
11112 1367 1751

This is an accepted solution.

@Danish864 - add this to the end of theme.scss file and check

.collapsibles-wrapper{display: none; visibility:hidden;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com

View solution in original post

Replies 2 (2)

Hardik29418
Shopify Partner
2913 418 1083

This is an accepted solution.

Please place this code at the end of theme.scss

.collapsibles-wrapper {
display: none;
}

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
suyash1
Shopify Partner
11112 1367 1751

This is an accepted solution.

@Danish864 - add this to the end of theme.scss file and check

.collapsibles-wrapper{display: none; visibility:hidden;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com