Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1250428
    FERLAF
    Participant

    hello,
    i would like to reduce the font size in the full screen menu and i Would like to put search in the full screen menu.
    Thank you.
    wp.laforetgroup.com

    #1250480
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    #sfm-sidebar .sfm-menu li > a {
      font-size: 30px !important;
    }

    Let’s adjust the font-size with your own.

    To add the search icon, Go to Customizer > Header > Search and tune on the Navbar Search option.

    Hope this helps.

    Cheers!

    #1250599
    Satchel L
    Participant

    Any idea on how to have search show up with full screen Superfly menu enabled? I have search turned on in the customizer, It shows up when I choose a side panel menu but not a full screen menu

    #1250600
    Satchel L
    Participant
    This reply has been marked as private.
    #1251076
    Rue Nel
    Moderator

    Hello There,

    The search icon is exclusively for the main navigation only. It will not appear in the SuperFly menu even if you have enabled it already in the customizer. You should add a custom menu item that is only visible when the screen is smaller. You can insert a search widget instead.
    http://superfly.looks-awesome.com/docs/Customize/Where_to_Setup_Menu_Items
    http://superfly.looks-awesome.com/docs/Getting_Started/Setup_Multilevel_Menu_and_Add_Rich_Content

    Hope this helps.

    #1251537
    FERLAF
    Participant

    Thank you Rupok for your message . Change the Font will be ok. for the search in a full screen is not posible.
    For change the letter “TYPE AND PRESS “ENTER” TO SEARCH” WHERE i CAN DO?
    Regards,

    #1251791
    Rupok
    Member

    Hi there,

    To change the text, you can add this to your Child Theme‘s functions.php :

    // Navbar Searchform Popup
    // =============================================================================
    
    if ( ! function_exists( 'x_navbar_searchform_overlay' ) ) :
      function x_navbar_searchform_overlay() {
    
        if ( x_get_option( 'x_header_search_enable' ) == '1' ) :
    
          ?>
    
          <div class="x-searchform-overlay">
            <div class="x-searchform-overlay-inner">
              <div class="x-container max width">
                <form method="get" id="searchform" class="form-search center-text" action="<?php echo esc_url( home_url( '/' ) ); ?>">
                  <label for="s" class="cfc-h-tx tt-upper"><?php _e( 'Type and Press &ldquo;enter&rdquo; to Search', '__x__' ); ?></label>
                  <input type="text" id="s" class="search-query cfc-h-tx center-text tt-upper" name="s">
                </form>
              </div>
            </div>
          </div>
    
          <?php
    
        endif;
    
      }
      add_action( 'x_before_site_end', 'x_navbar_searchform_overlay' );
    endif;

    You need to change the text Type and Press &ldquo;enter&rdquo; to Search from the code.

    Cheers!

    #1252024
    FERLAF
    Participant

    Thank you.

    #1252081
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1250428 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>