Archived topic
search button not showing
3 replies · Started by Diane on July 26, 2015
On my generatepress theme i use the right sidebar. i enabled the search bar within the navigation. but i did put a search field in the right sidebar. i also have a custom php widget for my newsletter.
the button of both the search and my newsletter are not visible.
but when i add a contact form widget in the right sidebar it does show..
what's happening?
Hi there,
Is your newsletter using MailChimp?
If so, try adding this CSS:
.widget .clear {
display: block;
}
As for your search widget, try this CSS:
.widget .search-field {
width: 45%;
}
.widget_search .search-submit {
display: inline-block;
}
Hope this helps :)
Hi,
I have added CSS to my search widjet as you told. And the search button appeared as i wished. But it has some strange simbols on it instead of word Search or something like that. How can i add a word on it?
And the next question with search widjet is how i can remove Search text in search area?
Thank you.
Hi there,
Any chance you can open a new topic so you can share the URL to your page?
Let me know :)