Elxis CMS Forum
Extensions => Modules => Topic started 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
-
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;}
-
Thank you very much !
that works !
Cheers !
-
You are welcome!