In this tutorials i will show you how to change your background image with a picture or color.
[hide]
If you want a background picture just delete this order (if you have it)
and add this if you dont have it
replace the link with your image link.
If you want a background color do the opposite
delete this order
[/hide]
[hide]
Go
AdminCP>>Templates & Style>>Themes>>You theme>>global.css>>Edit Stylesheet: Advanced Mode
and find for this (Look for body)
Code:
body {
background-color: black;
background: url(/images/anonshareskin/cells/starswall.jpg) no-repeat center center fixed;
you will see more
orders here
}
Code:
background-color: black;
Code:
background: url(/images/anonshareskin/cells/starswall.jpg) no-repeat center center fixed;
If you want a background color do the opposite
delete this order
Code:
background: url(https://anonshare.eu/images/anonshareskin/cells/starswall.jpg) no-repeat center center fixed;
and add this
Code:
background-color: black;
[/hide]