How to change the background colour of a multi-column on a specific page

Hi there! I would like to change the background colour of a multi-column section on my About Us page but am not really sure how to approach it.

The URL to this page is https://pekoproduce.com/pages/about-us

(If possible and if anyone knows, I was also wondering how I would add just plain text box right under the multi column?)

Thank you!

Hi @williamk0601

This is PageFly - Advanced Page Builder.

You can try with this code:

Follow this:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.min.css.

Step 3: paste below code in bottom of file → save.

.secondary-background {

background-color: #a94442 !important;

}

path {

fill: #a94442 !important;

}

Hope that my solution works for you.

Best regards,

PageFly