This topic has 2 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Jack Richardson
Hi,
I can’t seem to find how to hide the Read More button below a product on my homepage (for example in a slider on my homepage). Could you tell me how to do that?
Thanks!
David
Hello,
Try to add the css code in Theme Options > Custom CSS > Global Custom CSS:
.productCarousel .btn.border-grey.product_type_simple {
display: none !important;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up