This topic has 2 replies, 2 voices, and was last updated 8 years ago ago by Rose Tyler
Hi,
How can I remove the ‘Read More’ (Verder Lezen) button as seen on the website page?
Is there a simple css code I can fill in custom css?
Thanks,
Michael
Hello,
You can add this code in Custom CSS:
.progress-button.etheme_add_to_cart_button.product_type_simple {
display: inline-block !important;
}
.product_type_simple {
display: none !important;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up