display of the article on the site
-
Where in the product can I enable or disable the display of the article on the site?
Attachments:
You must be
logged in to view attached files.
Hello,
In Theme Settings > Single Product > Elements > Show Product Meta, you have a global option that controls meta display for all products.
If you want to hide a specific meta element, you can share the page URL with me, and I can provide a custom CSS code to hide it.
Best Regards,
I need to hide the SKU. Access granted
Hello,
Navigate to Theme Settings > Single Product > Elements > In the Show Product Meta area, choose the product meta option “hide”. https://ibb.co/dgbPQtw
But if you want to remove only SKU, try to use this custom css code in Theme Settings > Custom CSS:
.single-product span.sku_wrapper {
display: none;
}
Best Regards,