Hide only Categories at product meta (SKU visible)
-
Hi,
Is it maybe possible to hide only the Categories from product meta of product page and leave the SKU visible? Your theme setting “Show product meta” offers “Hide” option but it hides both SKU and Categories after testing it.
Thank you in advance!
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. To hide the categories from the product page you need to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product_meta .posted_in {
display: none !important;
}
Best Regards.
Thank you very much for the CSS snippet, it seems to work as desired!
Hello,
We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Hide only Categories at product meta (SKU visible)’ is closed to new replies.