How do I change the container color on all pages except for home page, and leaving sidebar the same color as home page? www.amgtrustlaw.com/new_wordpress_site. Thank you.
Hello, We have checked your issue and it seems that you have successfully changed the color of container by yourself.
Yes, we changed the color to blue for pages, but I would like the container area to be a lighter blue or light grey. How do I do that?
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .container .content { background: grey; } .content .omega { background-color: rgb(192, 208, 229); } In place of "grey" you can put your color or color code.