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.
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:
Go to Online Store
Edit Code
Find theme.liquid file
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.