Community Central
Community Central
This Forum has been archived
Forums: Admin Central Index Technical Help Changing the position of of the background pic of the wikia; can it be done?
Central's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 4060 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.


I want to change the background position to something like bottom center and no-repeat. can it be done? If so, how do I do that? Hao-sama 10:02, April 5, 2012 (UTC)

The Special:ThemeDesigner does allow for 'fixing' the background, but it defaults to top/center. You'd have to add CSS to do what you want. Add the following to your Wikia.css file (change the background color and the URL to the image you wish to use):
body.mediawiki {
  background: url("http://image.location.here.jpg") no-repeat fixed center bottom #<background color HEX>;
}
Rappy 10:07, April 5, 2012 (UTC)