Sense Theme: How to remove border from Rich Text section

I am trying to remove the border from around the Rich Text section without effecting the the other content containers, is this possible?

@Connor_Bentley

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
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.

@Connor_Bentley

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. 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!

@Connor_Bentley

its my pleasure to help us