- Messages
- 5,029
- Website
- www.xenfocus.com
By default, all Titan background images are 1800x900 pixels in size. If your new image is the same dimensions, you do not need to follow these steps. This tutorial is only necessary when uploading images of a different size.
Like all other themes, the background images can be configured under the Xenfocus: Background Picker style properties in your admin control panel. Once you have configured your image, open extra.less and add the following (this example uses Background Image #4):
Replace 1800 with the width of your image and 900 with the height. These values are necessary to calculate the gradient effect, which fades your image into a solid hex colour.
Press Save, and you're done!
Like all other themes, the background images can be configured under the Xenfocus: Background Picker style properties in your admin control panel. Once you have configured your image, open extra.less and add the following (this example uses Background Image #4):
Code:
@background4-width: 1800;
@background4-height: 900;
Replace 1800 with the width of your image and 900 with the height. These values are necessary to calculate the gradient effect, which fades your image into a solid hex colour.
Press Save, and you're done!