Background Color Won't Change

I have a new site at: http://www.highheatclean.com. There is a peach colored background on the header and I can’t figure out how to change it to white. I’ve edited the background color of the container and the row.

Hello Choice Adaptive,

Thanks for writing in!

The background color is coming from the inline element CSS of the Hero Area bar element.

$el.business-success-banner{
    background: linear-gradient(90deg,  #ffdecb 27%, #373636 20%);
}

To find it, click the Layout tab, and hover over the Hero Area element. You will notice that there is an indication that an element CSS is applied to the element.

Inspect the element and go to the “Customize” tab, Hero Area > Customize and click the element CSS option. This is where you can find the background CSS code and change it.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.