remove buttons from multiraw

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

1 Like

@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 StoreThemeEdit code
2: Search file base.css
3: Add the following code to the bottom of the fileSave

.image-with-text__content .button.button--secondary {
	display: none!important;
}

If done correctly, the result should be:

I hope this helps!

  1. Go to the Row block that you want to remove the button from in your Multirow section

  1. Leave the button label blank, this will remove the button from that Row block

Thank you Omar