I would like to change the content area background color to something other than white, is there a CSS code for that?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .main-container-wrapper { background-color: #FFF; } Write your color/color code in place of #FFF in above code and use in Custom CSS. It will resolve your issue. Thanks & Regards Yogesh Bhade