Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro How to remove label, re-name button, and adjust padding

Viewing 3 posts - 1 through 3 (of 3 total)
  • riseup
    #45513

    Hello,

    I have a few questions on my site, http://www.ymphony.com.

    Notice the search and filter section at the top of the page.

    1. Can you kindly provide guidance on how to remove the “Filter and Search Posts” label? I want to remove that title. I don’t need it, and it just takes up space.

    2. Notice the “Submit” button to the right of the search and filter section. How do I change the label from “Submit” to “Search Posts?”

    3. Notice that the Submit button is located very far from the text box. I’ve been having a devil of a time trying to put the button and text box next to each other. Can somebody assist with this?

    Thank you!

    Trevor Moderator
    #45545

    1. Custom CSS:

    .widget_search_filter_register_widget .widget-title {display:none;}
    

    2. In the Search and Filter form setup, maybe? Edit the submit button field and you will see a setting for Submit label

    3. Custom CSS:

    .sf-field-submit {padding-left: 0 !important;}
    
    riseup
    #45553

    Thanks! Resolved.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How to remove label, re-name button, and adjust padding’ is closed to new replies.