1 Like
Hi @UrbanPad
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
urbanpad.shop
1 Like
Thanks for the info, Do you mean like this?
If it is, 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:
.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient.slideshow__text--center.slideshow__text-mobile--center {
border: none !important;
}
h2.banner__heading.inline-richtext.h1, .banner__text.rte {
border: 2px solid black;
}
h2.banner__heading.inline-richtext.h1 {
padding: 0 10px;
}
- And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
no we just want the black baorder completely gone
1 Like
Ops, Try this one then. Same Instruction.
.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient.slideshow__text--center.slideshow__text-mobile--center {
border: none !important;
}
And Save.
I thought you like to change. ![]()
is there any way to add an opacity behind the text so its easier to read?

