Remove product categories for specific product page
-
Hi there,
I would like to know how to:
– Remove share icons on single product pages (desktop only)
– Remove the list of product categories the SKU is tagged within on single product pages
Many thanks,
Hello,
You can remove the share buttons in the Theme Settings > Product page. You will need to disable showing the buttons.
Please add this code to the Theme Settings > Custom CSS > Global:
.single-product-content .product_meta {
display: none;
}
Best Regards
Thank you for the information.
I only want to remove the share social icons on the desktop – not mobile. – please advise…
The CSS seems to remove the SKU number too – I want to keep the SKU number. please advise.
Many thanks,
Daniel
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile/Tablet (if neccessary):
.single-product-content .product-share {
display:none;;
}
Please add this code to the Theme Settings > Custom CSS > Global:
.single-product-content .product_meta > span.posted_in {
display:none;
}
If you use tags, provide the product page I provide the CSS to hide them.
Best Regards
Thank you for the information.
The CSS seems to be affecting the placement of the SKU number on the page.
Can you let me know how to keep it in the original place? (below) the information and not in the same line as ‘Add to wishlist’
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide me with the page URL I will check and provide CSS.
Best Regards
Hi there,
Sure please find the link in the private area
Thank you
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-design-alt .product_meta {
display: block;*
max-width:300px;
margin:0 auto;
}
Best Regards