Other than the very background of the website (where you insert background image), can you make the background of the main website a different color other than white (or parts of it)?
Hello, Greetings from InkThemes! Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: body { background: lightslategrey; } Change color as per the interest... Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
That changed the background color...but any way to change the color in the area that is white? Screen shot attached.
Hello, Use below code for that... Code: .container { background-color: lightslategray; } Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Thanks! If I wanted a specific color code, could I just put the code number in instead of the color name?
sure... You can put your desired color code instead of the color name... Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com