hide links in the product card
-
Good afternoon, author. Tell me how to hide links to categories and tags in the product card? Screenshot in the attachment without harm to seo (do not kill the linking)
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single-product-content .product_meta > span.posted_in{
display:none;
}
.single-product-content .product_meta > span.tagged_as{
display:none;
}
Best Regards
Tell me the author if I hide the links in this way, will it harm seo by killing the linking on the site? Thanks
Hello,
This CSS does not kill the links, the code removes them from the page, it should not influence CSS in any way.
Best Regards
If you have any questions or need further help, please feel free to contact us to create a new topic.
Best Regards
The topic ‘hide links in the product card’ is closed to new replies.