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 want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024