Can most likely change the colors with some CSS. What parts are you wanting to change exactly and to what color? You can use https://color.adobe.com/create to pick the colors and then just grab the 6 digit string starting with # under the color as the color to use for that particular section.
I think this is what you’re looking for, add it into Appearance->Customize->Additional CSS
.site-content {
background-color: #BBBBBB;
}
Adjust the #BBBBBB; value accordingly to the color that you want.
Thanks Jarret. It works intermittently. I’ll wait and see if it needs time to settle down.
Hi there,
Thanks so much for using Poseidon.
The CSS snippet should work fine. In addition, you can go to Appearance > Customize > Background and change the color for the rest of the background outside the theme container.
Cheers,
Thomas