Activity

  • Tomas Tamayo replied to the question Always show search form on mobile in the forum Boss. theme 8 years, 2 months ago

    1.- Copy this file and the route to your child theme: /template-parts/header-mobile.php

    2.- Change the line 14:
    from: if ( boss_get_option( ‘boss_search_instead’ ) && is_user_logged_in() ) {
    to: if ( boss_get_option( ‘boss_search_instead’ ) ) {

    It works for me. 😉

    Regards!!!