Need to change border color around content

I have tried searching on how to change this border color I need to get this color to be different on all the pages that have this border around the content.

Please help I have tried adding several css changes and I am not successful, the only way I have been able to change that is going to customize integrity and changing the design from dark to light, but it only changes to white I need to be able to change it to another color.

Thanks for any help in advance!

Hi,

To change it, you can add this in Theme Options > CSS

.x-boxed-layout-active .site, .x-boxed-layout-active .x-site {
   background-color:red;
}

Hope that helps

Thanks! Worked for me.

You’re welcome!
Thanks for letting us know that it has worked for you.

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