Configuration of product page – get invisible tags
-
Hi there,
How can I do so that the tags and description below the short description are invisible (see red circle in attached image)? For me, it’s useless info for any buyer.
Is there a way to withdraw that block?
If not, can the text be white on white background?
Kind regards
Attachments:
You must be
logged in to view attached files.
Hello,
In order to hide this block, add this CSS code to the Theme Settings > Custom CSS:
.single-product-content .product_meta {
display: none;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards