• WordPress search widget: I have been able to customize the title and the button text. Now, how can I remove the text, “Search For,” which is right under the “Search” title, and right above the search field? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Quick & dirty:
    label {display: none;}

    But it will impact anyone using a screen-reader if that is important to you. Not sure if there are any other ‘label’ items elsewhere.

    Need to find a more specific selector. I’ve tried:
    label.searchform {display: none;} and a few variations without finding the right solution.

    And can you go back to your earlier post and post your solution for the benefit of others please.

    Eng.Lucas

    (@englucas)

    I know that this is an old post but once that I had the same doubt and i’ve found a more specific selector, I thought it would be interesting to post it:

    .screen-reader-text {display: none;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress search widget remove search for text’ is closed to new replies.