Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Remove product delete button in shop

WCMp Core

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #125001
      MaxenceTP
      Participant

      Hello!

      How to remove/desactivate the button to delete the product in the products list ?
      This one : https://prnt.sc/1bu12k8

    • #125064

      Hi @Maxence ,

      In order to remove the delete button, add this css in the function.php of the current active theme :
      span.wcmp_fpm_button_separator, a.wcmp_fpm_button.wcmp_fpm_delete {
      display: none;
      }

    • #125075
      MaxenceTP
      Participant

      Thanks 🙂

    • #125086

      you are welcome @Maxence.

Viewing 3 reply threads

The topic ‘Remove product delete button in shop’ is closed to new replies.