Hi How to change homepage background features color? The current color (grey) looks a bit dull. thanks
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content_wrapper .content { background: green; } In place of "green" you can put your color or color code. This will solve your issue.