Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-)
.
The catalog mode hides the option to buy any product from the website. That’s why it hides the swatches and product variations of variable products. That is its default functionality and you cannot override it.
If you want to show swathes then you can disable the catalog mode and add the following Custom CSS to hide the add to cart button from the website.
.woodmart-add-btn {
display: none;
}
.single_add_to_cart_button.button.alt {
display: none;
}
Then you can disable the cart icon on the header from Theme Settings >> Header Builder.
Screenshot for Clarification: https://ibb.co/wrQw4MD
Best Regards.