Elxis CMS Forum

Extensions => Modules => Topic started by: armpouniotis on December 27, 2013, 15:47:01

Title: About Search module
Post by: armpouniotis on December 27, 2013, 15:47:01
Hi there !

I am using elxis 4.x

In the Search module, how can I disable the drop-down list with content, images, youtube options ???

I just want to use only the search field !

thank you in advance !

Christos Armpouniotis
Title: Re: About Search module
Post by: webgift on December 28, 2013, 09:31:01
Hello!
Open the css of your template and look for : ul.elx_modsearch_box add or edit  the existing css class by using the following lines:
ul.elx_modsearch_box {display: none; visibility: hidden;}

Title: Re: About Search module
Post by: armpouniotis on December 28, 2013, 12:43:34
Thank you very much !

that works !

Cheers !
Title: Re: About Search module
Post by: webgift on December 28, 2013, 16:52:01
You are welcome!