• Resolved celes15

    (@celes15)


    Hi,

    Some text – like in 404 we can change in customize section.
    What do you think to add search texts in customize option?

    Br,
    Celes

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author David Vongries

    (@davidvongries)

    Hi @celes15,

    Are you trying to change the placeholder text of the search form on the 404 page?

    Just want to make sure we’re on the same page before digging into this.

    Thanks! ??

    Best,
    David

    Thread Starter celes15

    (@celes15)

    Hi @davidvongries ,

    Yeah I tried it but it didn’t help.
    It’s work only for 404.

    • This reply was modified 4 years, 1 month ago by celes15.
    Theme Author David Vongries

    (@davidvongries)

    Please try to add the code below to your child-theme’s functions.php to change the search form placeholder text in Page Builder Framework:

    function your_prefix_custom_search_form_placeholder() {
    	return 'Search';
    }
    add_filter( 'wpbf_search_placeholder', 'your_prefix_custom_search_form_placeholder' );
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Search Text’ is closed to new replies.