Tagged: x
-
AuthorPosts
-
November 9, 2016 at 12:18 pm #1250428
FERLAFParticipanthello,
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.comNovember 9, 2016 at 1:05 pm #1250480
RupokMemberHi 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!
November 9, 2016 at 2:47 pm #1250599
Satchel LParticipantAny 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
November 9, 2016 at 2:48 pm #1250600
Satchel LParticipantThis reply has been marked as private.November 9, 2016 at 9:41 pm #1251076
Rue NelModeratorHello 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_ContentHope this helps.
November 10, 2016 at 5:51 am #1251537
FERLAFParticipantThank 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,November 10, 2016 at 9:11 am #1251791
RupokMemberHi 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 “enter” 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 “enter” to Searchfrom the code.Cheers!
November 10, 2016 at 11:53 am #1252024
FERLAFParticipantThank you.
November 10, 2016 at 12:33 pm #1252081
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1250428 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
