Your account expired support, please renew to get your support.

HomePage Forums Themes Support Freshio – Organic & Food Store WordPress Theme replace search bar label text ( search product ) by another text

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9301
    massoutier
    Support Expired

    hello everyone, a simple question; How to revert the label (search product ) in the search bar of freshio and replace it by this text ” what do you search ” ?
    Thanks a lot if you could help me .

    #9315

    Hi there,

    About this issue, please copy file woocommerce/product-searchform.php( main theme) and paste into child-theme(child-theme/woocommerce/product-searchform.php), then edit code:

    <input type="search" id="woocommerce-product-search-field-<?php echo isset( $index ) ? absint( $index ) : 0; ?>" class="search-field" placeholder="<?php echo esc_attr__( 'Search products&hellip;', 'woocommerce' ); ?>" autocomplete="off" value="<?php echo get_search_query(); ?>" name="s" />

    Edit: Search products… = What do you search.

    If you need to help, please send Admin web account for me, I will help you.

    #9322
    massoutier
    Support Expired

    Hi Billy, it works

    Finally i create a file named searchproduct-form.php in my freshio child theme in woocomerce folder.
    I edit text and replace ‘Search products…’ by que ‘recherchez-vous ?’
    I save my php file and i upload by FTP to
    Freshio-child/woocommerce/searchproduct-form.php

    Thank you so much for help and support

    #9338

    Yes, ok. Let me know if you need to help and if you like our theme, please vote 5 stars for our team.

    Thanks and have a nice day.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.