Home Forums WC Vendors Free Support HOW to eliminate the adress and the phone number of the store page Reply To: HOW to eliminate the adress and the phone number of the store page

#65640
Anna
Member

@memoaureliogmail-com
Ok- understood. I just wanted to make sure you had Pro since this is in the “free” forum. 😉

You’d need to modify the store-header.php template.
Please first read this regarding modifying templates:
https://www.wcvendors.com/kb/changing-vendor-templates/

Now you will want to find the store-header.php template.. here:
wp-content/plugins/wc-vendors-pro/templates/store/store-header.php

and copy it.. then move that copy to your theme/child theme using this path:
wp-content/themes/your-themeorchild-theme/wc-vendors/store/store-header.php

Now you can modify it.

The modification you will need to make:
GO to lines 47-55. You’ll see this:
https://gist.github.com/fervous/3e24e42cb97c2bf8c9f4302feceeddf0

You need to “comment out” each of those lines. that means you will add // at the beginning of each line. when you are finished, lines 47-55 should look like this:
https://gist.github.com/fervous/ab983efd96cd197a460967ad06b7925d

That should do it!