Blog - Change background color

Hi,

This should be simple, but from all the solutions on your support page, not even one worked. Which is strange.
I tried to inspect the element with Chrome, but without success.

I want to change:

  • the background color of the page that displays the posts, and the post box shadow
  • the background color of the post page, and the post box shadow

Can you help?

Thank you

Hi @PanInternational,

You can do all these by adding some custom CSS in the Global CSS area:


.blog, .single-post {
    background-color: #000;
}

.blog .entry-wrap, .single-post .entry-wrap {
    box-shadow: 0 0.15em 0.35em 0 rgb(77, 147, 182)
}

Hope this helps.

Thank you, Jade. :slight_smile:

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.