Question: WOOCOMMERCE AND THEME SETTINGS

Two questions really, whichever makes most sense.
My site: www.Zenia.com

My goal is to make my WooCommerce Shop on my site look more simplistic like this store:
https://blockshop.wp-theme.design/the-shop/

However, I like the way X is (using integrity) so I want to use the X theme to customize things on the site. But I like the minimalistic style, and small images, etc. that is the blockshop SHOP concept, with WooCommerce. So my questions:

  1. How do I create a shop that looks like that, simplistic and minimalistic. Is that do-able with the theme itself? Do I need a coder? Can I do it without switching the X theme (Integrity) because I know that if I switch the theme the store changes appearance too, but I want JUST the store to look more minimalist and have categories.

  2. Can I use the block shop theme and just use that for the store part of the site? Or?

What should I do to make things more minimalist and such for the store?

Thank you!

Hi Zenia,

Thanks for reaching out.

I can’t view the shop page that you have provided, retried it many times.

  1. Customization of the shop page is doable, but not by editing the theme. But by customizing Woocommerce template based on its standard. What was added by theme is just design and styling to make it uniform look. Though, I can’t provide further information since I can’t access the site. Would you mind providing another URL?

  2. You can try a multi site setup, and create two sites within. One site for shop/store and one for the main shop, please check this https://www.wpbeginner.com/glossary/multisite/

Thanks!

https://woocommerce.com/products/block-shop/ - Here’s another link. It’s called Block Shop theme. It’s very simple and sweet, and I was wondering how to customize the WooCommerce template. How do I do that? :slight_smile: Thank you! I have a multi-site set up. That’s an idea. But I still would love to know what ideas you have.

Hi Zenia,

By default woocommerce template can be found here:
wp-content/plugins/woocommerce/templates
The theme customization, can be found here
wp-content/themes/pro/woocommerce
Stack design is located on each stack’s CSS files.
To customize it, you need to install a child theme. Then inside the child theme folder pro-child, create woocommerce folder, so it will be like this:
wp-content/themes/pro-child/woocommerce
Then copy original/default woocommerce template to that folder and update as necessary. CSS can be added either on style.css file of your child themeor on THEME OPTIONS > GLOBAL CSS.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.