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

    (@yithemes)

    You can add this css rules in your main css stylesheet of your theme:

    #header .searchform .text,
    span.button-wrap,
    button#yith-searchsubmit,
    input#yith-s
    {
        height:40px;
    }
    
    button#yith-searchsubmit {
        line-height:40px;
    }

    hey #zazarza
    can u tell me hoy to set search form in header because i want to add yith search form in my headers..

    Thread Starter zazarza

    (@zazarza)

    Hi!
    I think it depends on what theme you have. For me, it is in Appearance > Theme options > Header > Search form.

    Plugin Author YITHEMES

    (@yithemes)

    After installing the plugin Yith WooCommerce Ajax Search, this does not automatically replaces all search forms in your website.

    After activating the plugin, you can have access to settings dashboard in “YIT Plugins -> Ajax Search”.

    Plugin can be used in three ways:

    with the YITH WooCommerce Product Search widget

    with the specific shortcode [yith_woocommerce_ajax_search]

    by inserting in the template the following php code:
    <?php echo do_shortcode('[yith_woocommerce_ajax_search]'); ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change the height of the search form’ is closed to new replies.