Global page background image in Pro theme

Where do I set a default background image in the Pro theme? I’ve tried Pro->Theme Options->Layout & Design, and manually in Theme Options->Global CSS.

The only place the background ever shows up is if I go into the Global Block editor.

Any ideas what I’m doing wrong?

1 Like

Hi @frankdl98,

The background image is not displaying because of the default background color of Icon stack.

Please try adding this custom CSS under Theme Options > CSS:

.site, .x-site {
    margin: 0 auto;
    background-color: transparent;
}

Let us know how it goes!

1 Like

That was perfect, thank you! I would not have figured that one out on my own. :grinning:

1 Like

You’re welcome Frank!

Cheers.

1 Like

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