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 solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. 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>
Thanks 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, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024