I used the code below to change the background of the site or section but it also changes the background of the grid/multirow. I have used code to set the background of the multirow on white and it is just ignoring it.
Multirow background color:
.image-with-text__text-item.grid__item {
background: white !important;
}
Background gradient code:
.gradient {
background: var(–gradient-background);
background-attachment: fixed;
background-image: url(https://cdn.shopify.com/s/files/1/0769/7226/1715/files/pattern-png-30769.png) !important;
background-color: transparent !important;
background-position: top left !important;
background-size: auto !important;
}