Dear Team: we need help with the following. (my site is on gmasivos.com)
2. i want remove category link from product description. (i create my own custom category pages using other plugin and i dont want users get access at default woocommerce category page.
i hope you can help.
Best Regards
Comments
1. To remove this link, please use below css:
.post-nav .list-nav { display: none !important; }2. Please show us on screenshot which link you mean because we are not sure..woocommerce .product div.entry-summary .product_meta .posted_in { display: none !important; }