Hi I wish to remove the buttons from all the multirow in that page, how do i do it please?
https://wmqgez-r2.myshopify.com/collections/frontpage
Warm Regards
Hi I wish to remove the buttons from all the multirow in that page, how do i do it please?
https://wmqgez-r2.myshopify.com/collections/frontpage
Warm Regards
@Artez only this page or all the collection pages?
Hi @Artez .
You can hide the buttons with an additional CSS rule.
1: Go to Online Store → Theme → Edit code
2: Search file base.css
3: Add the following code to the bottom of the file → Save
.image-with-text__content .button.button--secondary {
display: none!important;
}
If done correctly, the result should be:
I hope this helps!
Thank you Omar