How can we change the search prompt text

XenForo How can we change the search prompt text

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo submitted a new resource:

How can we change the search prompt text - How can I change the "Search..." text inside the search box?

263913-fbff9435ccd0146dbb098488a62d085a.png

Either change the phrase “search” or edit the PAGE_CONTAINER template.
HTML:
<xf:textbox name="keywords"
                                                placeholder="{{ phrase('search...') }}"
                                                aria-label="{{ phrase('search') }}"
                                                data-menu-autofocus="true" />

Read more about this resource...
 
Back
Top Bottom