I am trying to remove the border from around the Rich Text section without effecting the the other content containers, is this possible?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
@KetanKumar , please check your messages.
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.rich-text::after {box-shadow: none !important;}
.rich-text {border: none !important;}
Success, thank you very much!
its my pleasure to help us