Hello.

I want to change the apperance og the searchbox i've created with search API.
I would for example like to have the text field longer and the search button integrated.

How can i do that?
Thanks.

This is the site: www.bunu.dk

Comments

vm’s picture

to change the length of the search field, you would have to implement a hook_form_alter in a custom module.

not sure what you mean by integrated search button ... the search button in search api is integrated it' the magnifying glass icon to the right of the field.

abugge’s picture

I dont know how to make a custom module, so i made another topic to see if there was an other method.

I don't understand why you can change the view of the searchbox in the search API module, the standard one look so clumsy.

With the core searchbox, i downloaded a module called custom search, which you could change the appearance of the searchbox. But doesn't work with search API.