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!
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024