Can't see background photo on my Posts page

Hi there!

For some reason, the background image on my Posts page doesn’t show up on my website. I’ve checked in WordPress, and all seems to be correct there – the correct background image is selected and the thumbnail is displayed – but it doesn’t show up on the website itself (the posts themselves do, just not the background image).

Can you help me out? Website is shunlee.com, and the Posts page is labeled “Journal”.

Thanks!

Hello @slfong,

Thanks for asking. :slight_smile:

If you are looking too have background image on blog page, please add following CSS under X > Theme Options > CSS:

.blog .site {
  background: #fafafa url(http://example.com/path/to/your/image.jpg) center top repeat;
}

Please replace http://example.com/path/to/your/image.png with your the image URL.

Let us know how it goes.

Thanks.

Thanks for the quick reply! I did as you suggested, and the image showed up in the background in Cornerstone, but unfortunately, it’s still not showing up on the website page itself. Any thoughts?

Hello @slfong,

Thanks for updating thread. :slight_smile:

Please update the code I gave you with following:

.blog .site {
  background: #fafafa url(http://example.com/path/to/your/image.jpg) center top repeat !important;
}  

Please replace http://example.com/path/to/your/image.png with your the image URL.

Let us know how it goes.

Thanks.

Hmm… Just tried as you suggested, and it still doesn’t shown up on the website page.

Hello @slfong,

Thanks for updating thread.

In that case can you please share website login details (url/username/password) in a secure note for us to take a closer look?

Thanks.

You bet, and thank you so much for the help…

Hello @slfong,

Thanks for sharing the details. I have made the necessary change, can you please take a look?

Thanks.

Oh, thank you so much, @Prasant! Fixed! I really appreciate your help. Do you mind if I ask what was causing the problem?

Hello There,

There was a typographic error in the code which is why it is not working when you insert it.
If you need anything else we can help you with, don’t hesitate to open another thread.

Have a great day.

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