Title: Hide VIEW Button
Last modified: November 25, 2021

---

# Hide VIEW Button

 *  Resolved [jlee2021](https://wordpress.org/support/users/jlee2021/)
 * (@jlee2021)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/hide-view-button/)
 * Hi,
 * Is it possible to hide the VIEW button in Add to my Store section? please see
   the screenshot.
 * Thank you
 * Screenshot:
    [https://prnt.sc/20vmfax](https://prnt.sc/20vmfax)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-view-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/hide-view-button/#post-15103631)
 *     ```
       add_filter ( 'wcfm_sell_items_catalog_actions',  function( $actions, $the_product ) {
   
       $actions = '<a class="wcfm_sell_this_item wcfm-action-icon text_tip" href="#" data-proid="' . $the_product->get_id() . '" data-tip="' . esc_attr__( 'Click here add to your store', 'wc-multivendor-marketplace' ) . '"><span class="wcfmfa fa-hand-pointer"></span>&nbsp;<span class="">' . __( 'Add to My Store', 'wc-multivendor-marketplace' ) . '</span></a>';
   
       return $actions;
       }, 10, 2 );
       ```
   
 * Add custom code(s) to your child theme’s functions.php
    In case you do not have
   child theme then add those using this plugin – [https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/)
 *  ;
 *  Thread Starter [jlee2021](https://wordpress.org/support/users/jlee2021/)
 * (@jlee2021)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/hide-view-button/#post-15105170)
 * it works! thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide VIEW Button’ is closed to new replies.

 * ![](https://ps.w.org/wc-multivendor-marketplace/assets/icon-256x256.gif?rev=2611991)
 * [WCFM Marketplace - Multivendor Marketplace for WooCommerce](https://wordpress.org/plugins/wc-multivendor-marketplace/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-multivendor-marketplace/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-multivendor-marketplace/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-multivendor-marketplace/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-multivendor-marketplace/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [jlee2021](https://wordpress.org/support/users/jlee2021/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/hide-view-button/#post-15105170)
 * Status: resolved