How can I remove the top search bar from the Mistylook theme?
-
I don’t know how to code, so I’m wondering if someone with more knowledge can tell me how I can remove the search bar that appears at the top right corner of the Mistylook theme. It’s blocking my links, and I just want to use the search widget in its place. Anyone know how to modify this?
The blog I need help with is: (visible only to logged in users)
-
shelbyweston
The search box on Mistylook is hard-coded into the theme and can’t be removed.
Other than changing themes, I’d suggest limiting the number of main pages. You could do this by making child pages. The pages widget in your sidebar will display main-parent pages and child pages so your readers will still be able to navigate your site easily.
And please, paste a link to your blog starting with http:// when you ask a question. We usually need that to give you an accurate answer.
Or link your name to your blog:
#2 on this list:
https://en.forums.wordpress.com/topic/7-things-to-know-before-posting-in-wordpresscom-forums?replies=1 -
If you had the CSS upgrade, the following will hide the search box and button:
#navigation ul li.search { display:none; } -
sorry, my blog is at http://shelbyweston.wordpress.com… I thought my name would be automatically linked.
-
-
It doesn’t appear like you have the CSS upgrade. You would need that, and at least familiarity with CSS to do this.
You can go to appearance > edit CSS, paste the code above into the CSS edit window and then click preview and see the result.
-
it worked in the preview perfectly, but since I don’t have the css upgrade, I’m not going to be able to do it… thanks for the help though!
- The topic ‘How can I remove the top search bar from the Mistylook theme?’ is closed to new replies.