Delete show all on product page

Dear Team: we need help with the following. (my site is on gmasivos.com) 
 product page example:http://gmasivos.com/product/aceituna-rellana-con-pimenton-100grs/

1. i want remove show all link from product single page. (Mostrat todo)
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

  • Hi,

    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.
  • This is category that i need remove. Title (categoria) and link 

    image


  • Thanks. So to remove this category section, please use below css:
    .woocommerce .product div.entry-summary .product_meta .posted_in { display: none !important; }
  • Thanks for your help, it works for me...please help me with the following.

    By default theme display only 2 related products, with some custom i put 6 products related, but dont get randomize, means, always display the same products related.

    can you help me with these? i need 3 products related, 

    Best Regards
  • And i need real random display of products, i have more than 80 products and always show the same.

    Thanks
  • Sorry but this is unfortunately not possible to display products randomly. But we'll consider this suggestion while future updates of course.
Sign In or Register to comment.