Hello Team,
I want to use the Plug In “Woocommerce Catalog Enquiry” in order to set some products to Catalog Mode.
When I enable the Plug In it apperas a red button below the products who are not set to Catalog Mode.
How can I delete this red button ?
Please see the picture.
Thanks a lot and kind regards.
Hey Michael,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Thanks for the link. Please try the following in Quick CSS under Enfold->General Styling:
a.product_type_variable {
display:none;
}
Best regards,
Rikard
Thanks.
But it does not work.
The red button did not disappear.
Hi,
It’s not showing on my end, please clear your browser cache and reload a few times or check in a different browser.
Best regards,
Rikard
Sorry Rikard,
I had disabled the Plug In. Now the Plug In is again enabled.
I have put ”
a.product_type_variable {
display:none;
}
into the Quick CSS but the red button did not disappear.
Hi,
try this code instead:
a.button.product_type_variable.add_to_cart_button {
display: none;
}
If it still does not work, then please provide us admin access.
Best regards,
Andy