Clear text on search results is too small !

BP Profile Search Clear text on search results is too small !

  • Author
    Post
  • #9248 Reply
    Binu
    Guest

    Hi,
    is there anyway to make “clear” text that removes the search results on the members directory page , display predominantly?
    It appears too small on my site. It would be nice if it can be shown as a button or a Bigger font size!

    Thanks

    Binu

    #9249 Reply
    andrea
    Plugin Author

    Hi Binu,

    You can edit the template file:

    wp-content/plugins/bp-profile-search/templates/members/bps-filters.php

    Locate the line (line 60):

    echo "<a href='$F->action'>". __('Clear', 'buddypress'). "</a><br>\n";

    and replace it with:

    echo "<a href='$F->action' style='font-size: 140%;'>". __('Clear', 'buddypress'). "</a><br>\n";

    You can adjust the percentage (140%) until you find the size that’s right for you.

    Important note: after you change this file, copy it to:

    wp-content/themes/your-theme/buddypress/members/bps-filters.php

    Replace your-theme with the name of your actual theme folder.

Reply to: Clear text on search results is too small !
My Information