Home › Forums › WoodMart support forum › theme compatibility with WCMP plugin. › Reply To: theme compatibility with WCMP plugin.
April 19, 2021 at 6:47 am
#284197
Artem Temos
Keymaster
1. This task requires additional code customization of the plugin. Except for sidebar, it has its own archive template file and doesn’t use the default WooCommerce one. We don’t have a quick instruction for such customization.
2. Sorry, the right path is woocommerce/global/
instead of woocommerce/templates/global/
Also, try to add the following code snippet to the Custom CSS area in Theme Settings
body .woocommerce-breadcrumb a:after {
content: "";
margin: 0;
}
body .woocommerce-breadcrumb a {
margin-right: 0;
}