PNG image shows a grey background - Refresh Theme

I need help with two modifications.

No. 1: I’m trying to add a PNG image in the “image banner” section, but it’s showing up with a gray background. The PNG image has rounded corners on its bottom two corners. How can I remove this gray background?

No. 2: In the multicolumn section, there’s a gray padding surrounding the images. How can I get rid of this gray padding and have the images stretch to the edge, similar to what’s in one of the screenshots below?

Theme name: Refresh
Shop address: https://sk8ology23.myshopify.com/
Password: uskian

Thank you all for your help

1 Like

Hi @technase

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.banner__media.media {
    background: none;
}

.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
    margin: 0px;
    padding-top: 0px;
}

Result:

" :glowing_star: Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! :raising_hands: "