Viewing 4 replies - 1 through 4 (of 4 total)
  • bdbrown

    (@bdbrown)

    Hi asotemil. Not sure what the issue was with the OP in that thread you linked but that method does work. You should be using a child theme for this. If you don’t have a child theme let me know and I’ll post how to get one. Copy the searchform.php file from the parent theme to your child theme. In that file there are three instances of this string:

    <?php _e('To search type and hit enter','hueman'); ?>

    Change the ‘To search type and hit enter’ text in all three places to whatever you’d like. Make sure the text is within the single quote marks and that nothing else is changed.

    Thread Starter asotemil

    (@asotemil)

    Thanks a lot! I’m using a child theme so it was really easy solution, works perfectly:)
    One more thing – can you tell me how to move this search bar to the right from pink site logo? Or maybe to menu area to the right side?

    bdbrown

    (@bdbrown)

    Those are really a different question that the original post. It would be better if you marked this topic as Resolved and started a new topic. Thanks.

    Thread Starter asotemil

    (@asotemil)

    Ok, thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change/translate text in search bar’ is closed to new replies.