How to remove image banner outline on Sunrise theme at ScaleSigns.com?

How do you remove the outline on a image in a image banner in theme “sunrise”

website is: ScaleSigns.com

There are two item on the main page I would like to remove the white boarder.

Thank you.

Hey, go to Online store > Themes click on the three dots next to Customize and click Edit code.

Then find your style.css file add the following code to the bottom of that file.

.banner {
    padding: 0px !important;
    border-radius: 0px !important;
}

Hey @Garza69

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you VERY much!!!

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.