Hi
I used the following code to remove the Add to cart from the catalog product grid displayed in woocommerce shop. Hence only allowing the display of ” Show detail” . Here is the css
button-mini-delimiter { display: none !important; }
.add_to_cart_button {
display: none !important;
}
I was wondering if you could help me with code to make the “show more detail” like the attached:
https://www.dropbox.com/s/v1vaa36v0mlxi40/product-grid-customizer.png
Regards,
MK
I have resolved this issue. No need to respond.
Thanks
Hi @gigoz, could you be so kind and share the code? I wanted to do something similar.
Thank you!
Hi!
Please add following code to Quick CSS
.button-mini-delimiter { display: none !important; }
.add_to_cart_button {
display: none !important;
}
#top .avia_cart_buttons .button { width: 100%; }
Regards,
Yigit
Many thanks Yigit! It worked perfectly.
Kind regards,