[Support request] I want my sidebar widget to have a search button.

Home Forums Support [Support request] I want my sidebar widget to have a search button.

Home Forums Support I want my sidebar widget to have a search button.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1445507
    Vikas

    Hey there i want my search widget to look something like this but i dont see any option for enabling search button.
    this is that i want to make it look like https://ibb.co/6Xhtt2F
    https://techbhay.com this is my website url.

    #1445573
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .widget_search .search-submit {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .widget_search input,
    .widget .search-field {
        border-radius: 4px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.