BigPete7978

Registered
So I have been creating images for Omni, my newest PixelExit purchase (love it btw), and I am wondering how to add additional images for the header within Omni. I assumed that adding an additional directory like "Nintendo" and add pagebg.png within that directory like the others. But how do I get it to appear within Xenforo itself?
 
Actually those options from the dropdown are hard coded, we'll be adding more in future releases but to use your own image, go to: Style Properties -> Page Setup -> Main wrapper.

The background image is set:

Code:
background: url(@xf-xbStyleFolder/xenforo/sources/@xf-omniBackgroundImage/pagebg.png) no-repeat top center;

You can change it to:

Code:
background: url(@xf-xbStyleFolder/xenforo/sources/custombg.png) no-repeat top center;

Then name your image custombg.png and upload it to /styles/omni/xenforo/sources/
 
Actually those options from the dropdown are hard coded, we'll be adding more in future releases but to use your own image, go to: Style Properties -> Page Setup -> Main wrapper.

The background image is set:

Code:
background: url(@xf-xbStyleFolder/xenforo/sources/@xf-omniBackgroundImage/pagebg.png) no-repeat top center;

You can change it to:

Code:
background: url(@xf-xbStyleFolder/xenforo/sources/custombg.png) no-repeat top center;

Then name your image custombg.png and upload it to /styles/omni/xenforo/sources/
Awesome. Will do for now. Can't wait for updates to hit for it. Absolutely love this style. Great work as always!
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back