How can I locate the code to edit the 'Rich Text' section?

Hi guys, i want to know where do i can find the code to edit this section “Rich Text”

I want to localize this and localize the “class”. Because i want to add a image as a backgorund in this section

but i cant find this under my “Edit code”.

When i search for the class throught inspect element in my site i can find this one. But when i search this class in my code i cant localize it.

Hi @Nashh ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Sections->/rich-text.liquid

Or you can also try 2nd solution which is to use below css in settings Custom css:

.rich-text {
  background: url("")
}

I hope it would help you
Best regards,

Richard | PageFly

It worked! Thank you so much