Viewing 1 replies (of 1 total)
  • By default our plugin provides both option “Edit” or “delete” tab, so that the vendor can do this modification just clicking a single button.

    However, you can hide them using this css in your activated theme’s style.css
    .wcmp_fpm_buttons .wcmp_fpm_button_separator {
    display: none! important;
    }
    .wcmp_fpm_buttons .wcmp_fpm_delete {
    display: none! important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Hate the trash can symbol that a vendor sees over it’s product’ is closed to new replies.