If I activate catalog mode, the color variations don’t appear
-
Is there a way to view the variations on the individual product page while in catalog mode?
Hello,
Enabling Catalog Mode will also hide the product attributes on the single product page, including color and size options. This is the way it works.
If you want to show the variation, enable the catalog mode option and hide the add to cart button with custom css, if you need custom css let me know i will check and give you a possible css code.
Best Regards,
Thanks, it worked.
Here’s the code for those who want to remove the quantity box and the add to cart button.
Go to Appearance > Customize > Additional CSS and paste:
/* Hide add to cart button across the entire website */
.woocommerce ul.products li.product .button,
.single-product .single_add_to_cart_button {
display: none !important;
}
/* Hide quantity box on product page */
.single-product .quantity {
display: none !important;
}
/* Hide quantity box in store (if shown) */
.woocommerce ul.products li.product .quantity {
display: none !important;
}
Hello,
Sounds great that your issue has been solved.
If you have a moment, we’d really appreciate your feedback — it helps us improve the theme and shape future updates: https://tally.so/r/w4l54k
Thanks for sharing the solution—it’ll be helpful for others too.
Thanks again for contacting us.
Topic closed.
Best Regards,
The topic ‘If I activate catalog mode, the color variations don’t appear’ is closed to new replies.