How can I change the color of homepage boxes and text?

Hi,

Can anyone help me change the color of the home page boxes and text same as the services page?

Black box to light orange box

White text to orange text

My site is www.fillgapagency.com

Password is pahglo

Hi @fillgap , go to Edit Code > assets > section-multicolumn.css, and add this:

.multicolumn.background-primary .multicolumn-card {
    background: #ffe0b3!important;
}

.multicolumn-list h3, .multicolumn-list p{
color:#ff9900!important;
}

Here is the result (change colours if you don’t like this shade):

Thanks @MarinaPetrovic ! This worked perfectly!