Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi shoppizstore,
    you can use the shortcode [yith_woocommerce_ajax_search] where you want in your theme.

    You can use this code
    <?php echo do_shortcode('[yith_woocommerce_ajax_search]'); ?>

    Regards
    YITHEMES

    Thread Starter shoppizstore

    (@shoppizstore)

    Thank you for your reply and assistance. I have added the code and looks neat. Can I know how can I remove the button for SEARCH and just leave the search space for the public to enter text and Search.?

    please advise, my website is https://www.coupon4all.in

    Plugin Author YITHEMES

    (@yithemes)

    Hi shoppizstore
    put this code into your main css stylesheet file:

    input#yith-searchsubmit {
    display:none;
    }

    Regards
    YITHEMES

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Moving Search to right side of Top Menu’ is closed to new replies.