Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Guys can you help me i cant remove white space in footer only in product pages but in my home page its ok. i tried all tut in other concern related to this problems but nothing works. here my website
Solved! Go to the solution
This is an accepted solution.
Hi @Foxrux08
The the reason of the space is an shopify app block.
Check this one if it work. If not then you need to contact the app provider.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
{% if template == 'product' %}
<style>
div#goodst-product-status {
display: none !important;
}
</style>
{% endif %}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @Foxrux08
The the reason of the space is an shopify app block.
Check this one if it work. If not then you need to contact the app provider.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
{% if template == 'product' %}
<style>
div#goodst-product-status {
display: none !important;
}
</style>
{% endif %}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025