Background pattern

Hi there,

I have successfully made a background pattern to my site with following css:

body .site {
background: #fafafa url(https://mydomain.png) center top repeat;
}

I really like it.
My question now:

is there any possibility to have different background patterns on different sites?

Thank you so much!
Best regards Kerstin

Hi Kerstin,

Thanks for writing in!

I think you mean on different pages?

For the pages, you can add that same code with different image in Cornerstone > CSS

Hope that helps.

Hi Paul,

thank you very much! Works out fine.
Just to get it right for me: everything I put in CSS in the page CSS over writes the global CSS (Customizer)?

And when I like different body background colors. how would be the code for a single page for the page CSS!

Thank you so much!
Kerstin

Hello There,

Thanks for writing in!

The page CSS in Cornerstone will overwrites the global CSS.

If you want to override the background color, simply insert a page CSS in Cornerstone something like this:

body .site {
  background: #fdfdfd;
}

Hope this helps.

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