All things Shopify and commerce
Hi, I would like to hide social media icons ONLY in product pages. Please help!
Solved! Go to the solution
This is an accepted solution.
You can put the below CSS into theme.liquid before the </body> tag. Let me know how it goes.
<style>
{%if request.page_type == "product" %}
.footer__content-top {
display: none !important;
}
{% endif %}
</style>
Please drop your store URL here so I can provide the code to do that
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
This is an accepted solution.
You can put the below CSS into theme.liquid before the </body> tag. Let me know how it goes.
<style>
{%if request.page_type == "product" %}
.footer__content-top {
display: none !important;
}
{% endif %}
</style>
User | RANK |
---|---|
40 | |
37 | |
24 | |
22 | |
15 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023