Search button
-
Hello again,
How can I remove the search function from the black bar?
Thanks,
MikeThe blog I need help with is: (visible only to logged in users)
-
Hi Mike
You can hide the search in the navigation with the following css:
.menu .searchform { display:none; }
-
- The topic ‘Search button’ is closed to new replies.