Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter jamoroki

    (@jamoroki)

    Pages and posts.

    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.

    Thread Starter jamoroki

    (@jamoroki)

    Thanks Jarret. It works intermittently. I’ll wait and see if it needs time to settle down.

    Theme Author ThemeZee

    (@themezee)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pages colour’ is closed to new replies.