Get rid of white outline around footer image - Dawn theme

I don’t know why, but the image I uploaded to my footer section has a faint white outline that is bothering me. I know it’s a little hard to see but on certain desktop and mobile devices, it’s a very clear white line surrounding the image. Could anyone possible give me a code or a solution to this problem?

1 Like

Hi @Anonymous

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • 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:
.global-media-settings {
    border: none !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like