background img
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
background img
In prosilver style you will find this in the top of colours.css
To add a background image:
Code: Select all
html, body {
color: #536482;
background-color: #FFFFFF;
}
Code: Select all
html, body {
color: #536482;
background: #FFFFFF url("{T_THEME_PATH}/images/image.jpg") no-repeat 50% 50% fixed;
}