Title: Change default store icon
Last modified: March 3, 2019

---

# Change default store icon

 *  Resolved [amnion](https://wordpress.org/support/users/amnion/)
 * (@amnion)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/change-default-store-icon/)
 * How do I change the default image that appears if a vendor hasn’t uploaded a 
   store logo yet? It is currently the WCFM logo. For example, on a product page,
   if you see the store info, the WCFM logo appears.
 * In WCfM Dashboard Setting I have a logo uploaded, but these two appear to be 
   different.

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

 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/change-default-store-icon/#post-11269587)
 * Hi,
 * Please add this code snippet to your child theme’s function.php and set your 
   default logo URL here –
 *     ```
       add_filter( 'wcfmmp_store_default_logo', function( $default_logo ) {
         $default_logo = ''; // SET YOUR LOGO HERE
         return $default_logo;
       }, 50 );
       ```
   
 * Thank You
 *  Thread Starter [amnion](https://wordpress.org/support/users/amnion/)
 * (@amnion)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/change-default-store-icon/#post-11270717)
 * Thank you, that worked wonderfully.
 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/change-default-store-icon/#post-11270747)
 * Great .. you are welcome 🙂
 * Don’t forget to leave a review for me, have a great day!

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

The topic ‘Change default store icon’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/change-default-store-icon/#post-11270747)
 * Status: resolved