Topic on Skin talk:Chameleon

Remove "go" button of search box [Resolved]

4
Tamriel (talkcontribs)

How can I remove the "go" button (the one with the arrow) of the search box?

F.trott (talkcontribs)

There really should be an option to set this in the layout file, but there is not yet. Currently your best bet is to create and use your own Less file.

  • Create a file fixes.less and put it in the root dir of your MW installation)
  • Add the following content to it: .searchGoButton { .hide(); }
  • Add the following line to your LocalSettings.php: $egChameleonExternalStyleModules = array( __DIR__ . '/fixes.less' );

This will not really remove the button, but it will hide it.

Stefahn (talkcontribs)

I would like to remove the go button too. Is there an option for this in the meantime (apart from CSS/Less)?

I'm curious why you decided to put two search buttons. In my opinion less is more ;)

F.trott (talkcontribs)

Nothing new, I'm afraid.

Reply to "Remove "go" button of search box [Resolved]"