How would I replace the search button to a custom logo?
79,505pages on
this wiki
this wiki
Forum page
This Forum has been archived
Visit the new ForumsForums: Index → Community Central Forum → How would I replace the search button to a custom logo?
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 980 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
You know that search button up on the search box? I want to know how to customize it. Thanks. --Jeffwang16 (Talk) (Contributions) (Email me!) 02:39, September 17, 2010 (UTC)
- To use a custom search sprite icon you would need to include this in your wiki's MediaWiki:Monaco.css:
.sprite.search {
background-position: (x and y position in pixels)
background: url("full url location of the image you want to use")
}
- Here is an example:
.sprite.search {
background-position: 0px 0px
background: url("http://images1.wikia.nocookie.net/__cb21711/common/skins/monaco/images/monaco-sprite.png")
}