Im adding some products to my shop and would like to customize the shop-page to look like the rest of the page. In the gem theme settings there is some settings for woocommerce. But can I customize woocommerce somewhere else?
Would just like to know which template files I need to modify to change the look of woocommerce pages in the theme.
It exists a woocommerce folder in the gem theme folder. Is it enough if I copy that folder to my child theme and then make the changes in the woocommerce folder there?
If you copy all the files, you may have problems in the future. When a new version of woocommerce is released, you will need to update a large number of files in this directory, as we do. It's better to copy only those files that you want to change.
Some woocommerce elements are located in inc/woocommerce.php file.
Hi!
Im adding some products to my shop and would like to customize the shop-page to look like the rest of the page. In the gem theme settings there is some settings for woocommerce. But can I customize woocommerce somewhere else?
Hi, Can you pls provide more details about your problem with screenshots?
Hi again!
Sorry for the delay in answering.
Would just like to know which template files I need to modify to change the look of woocommerce pages in the theme.
It exists a woocommerce folder in the gem theme folder. Is it enough if I copy that folder to my child theme and then make the changes in the woocommerce folder there?
Hi,
If you copy all the files, you may have problems in the future. When a new version of woocommerce is released, you will need to update a large number of files in this directory, as we do. It's better to copy only those files that you want to change.
Some woocommerce elements are located in inc/woocommerce.php file.
Ok, thanks a lot.