Twenty Eleven Search form
-
Hi there,
I’m using the Search Form Widget since I hid my blog title and tagline with CSS, which hid the built in twenty eleven search form at the top. But, here’s the problem. Regardless of whether I put the search form in the sidebar or the footer, the only thing that shows up is the Widget title (search) with no search form. Any ideas?
Thanks!
blog: http://alwayswellwithin.com
The blog I need help with is: (visible only to logged in users)
-
-
Twenty eleven, in the CSS, has the “searchform ID in the same line as site title and site description as below:
#searchform, #site-title, #site-description { display: none; }The problem is the search widget is under #searchform as well which is why it is not showing up. Change things so that you have the below instead.
#branding #searchform, #site-title, #site-description { display: none; } -
-
Hi adnanomatic,
My blog’s font is 15 pt Palatino, changed from the default font with the CSS (Custom Design) upgrade.
-
- The topic ‘Twenty Eleven Search form’ is closed to new replies.