so I’ve made a rich text section on my landing page and want to get rid of just those two white content borders so that its all black. How do I do this without getting rid of all the content borders on my site?
Please consider adding the store link.
1 Like
Here you go https://www.orbiblasta.com , thank you for taking a look!
You could try adding this code to the bottom of section-rich-text.css
.rich-text.content-container.color-accent-2.gradient.rich-text--full-width.content-container--full-width.section-template--15477665956006__1651414495bcb5e2e6-padding {
border: none;
}
Please add below css code in bottom of assets/base.css file
.isolate .rich-text.content-container {
border: none;
}
Thank you.
1 Like
