remove “search” button (misty look theme)
-
Hello,
My blog is designed in the misty look theme. There is a “search” button at the top, where also are the buttons to get to the different pages. And this “search” button is covering a part of the page buttons.
How can I solve this. Can the “search” button be removed? Or can I arrange the page buttons in a way not to be covered?Thank you!
K. -
if i’m not wrong, the search button is part of the theme make-up and thus can’t be removed.
-
Could you please give us the blog url, so that we can have a look? Is it a wordpress.com blog?
-
It is a wordpress.com blog.
In the meantime I think it it is´nt possible, I have to reduce the number of pages.
http://kerstinundgerd.wordpress.com/ -
Why don’t you define all pages as children of the post page (“home”) and use the page widget as navigation, instead?
-
I use the same theme and what I did was put a extra page that lines up under the search bar. you can link it to a site that is not important but something interesting in case some one clicks on the edge of the search bar. See here:
http://wngolfleague.wordpress.com -
The search button and the text field can be hidden in the CSS.
Hide text field:
input.textbox { visibility: hidden; }Hide search button:
#navigation ul li.search input#searchsubmit { visibility: hidden; }
- The topic ‘remove “search” button (misty look theme)’ is closed to new replies.