• On the WIP Blog theme how can I change the yellow border color to grey along with the yellow area in the background of where the content is posted to grey. Also the header area is green and I want that grey also. The blog is https://www.peteangelus.com I appreciate any help you can give me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • So you wish to turn all of the background colors to the same grey color? First, you want to install a Custom CSS plugin like Jetpack or Custom CSS Manager. Don’t edit any of the theme’s files directly or your changes will be lost the next time you update the theme.

    Then add this rule:

    .jumbotron,
    article
    {
       background-color: #ccc;
    }

    Thread Starter irishtatanka

    (@irishtatanka)

    Hi crouching bruin. I did make it all grey by just editing the hexi color code in the editor in dashboard before I read your post. The blog is https://www.peteangelus.com It is currently all grey but I guess it will turn back to it’s original after I do the next update?

    Yes, so just keep that in mind. Or you can just install a CSS plugin now and copy over the rules that you changed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing colors in WIP theme’ is closed to new replies.