Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
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 description
@dmwwebartisan @tvmnantucket @buzzbug @Kinjaldavra @susand24224 @Hardik29418 @AiTrillion @suyash1
Solved! Go to the solution
This is an accepted solution.
Please place this code at the end of theme.scss
.collapsibles-wrapper {
display: none;
}
This is an accepted solution.
@Danish864 - add this to the end of theme.scss file and check
.collapsibles-wrapper{display: none; visibility:hidden;}
This is an accepted solution.
Please place this code at the end of theme.scss
.collapsibles-wrapper {
display: none;
}
This is an accepted solution.
@Danish864 - add this to the end of theme.scss file and check
.collapsibles-wrapper{display: none; visibility:hidden;}