How to make it transparent and sync with page background.

Edited by Community Moderator

1 Like

@kathy1774

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.image-with-text__media {
    background: transparent !important;
}
1 Like