[Resolved] search button not showing

Home Forums Support [Resolved] search button not showing

Home Forums Support search button not showing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #123736
    Diane

    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?

    #123750
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #629009
    Evgeniya

    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.

    #629253
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Any chance you can open a new topic so you can share the URL to your page?

    Let me know ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.