Background image doesn't show

Hi there!

I’m trying to set up a background image for my website but it doesn’t show up. I tried multiple option but can’t find a solution.

Could you please tell me whats wrong? I will send the details in the next message

Hello @FerryTimmer,

Thanks for asking. :slight_smile:

Are you trying to add background to the site or some section? I tried adding background image under Theme Options and it’s showing up provided you have Boxed layout. However, if you would like to add background image to the section under slider then please add following CSS under X > Theme Options > CSS:

.site {
    background-image: url(image-url-goes-here);
}

Replace image-url-goes-here url of image.

I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

https://www.youtube.com/watch?v=wcFnnxfA70g
For the CSS code itself, I suggest that you get started with this tutorial:

https://www.youtube.com/watch?v=yfoY53QXEnI

I also noticed that you are using old version of X Theme though you have updated Cornerstone. Please note that it might cause compatibility issues. I suggest you to update X Theme to the latest version.

To update X Theme please take a look at following resources:

  1. Version compatibility guide: To learn about the latest and compatible versions of bundled and supported plugins, please take a look at following doc:


2. Theme Update guide: Please take a look at following article to update X Theme.


3. Please take a look at following doc about changelog:

https://theme.co/changelog/

Thanks.

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