Knowing you can change the overall background for the Theme, but my client has requested to change the color of the background of each page (presently white). That would also include the front page where all the features are showcased. Is that possible? If so, how? Thanks!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-container { background: red; } .page-post-container-wrapper { background: red; } In place "red" you can put your color or color code. This will solve your issue.