Tagged: x
-
AuthorPosts
-
October 5, 2016 at 1:18 am #1202998
edwinyzhParticipantHello,
I’ve got two questions about the menu:
1 – How to reduce the delay time for the main menu to pull down? I mean, currently it waits too long before the menu is pulled down after the mouse cursor is moved into it.
2 – How to make the main menu **not** to capitalized? I mean, I want the menu items to be shown as how I wrote them.
Thanks.
October 5, 2016 at 2:11 am #1203031
RupokMemberHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
October 5, 2016 at 8:44 pm #1204370
edwinyzhParticipantI want to remove the capitalization and popup-delaying from the top menu of the entire website.
The 3rd question: How to set multi level for the side menu on this page:
https://truesimplesoft.com/gmailbackup/doc/Thanks for the help.
October 5, 2016 at 10:17 pm #1204545
Rue NelModeratorHello There,
Thanks for writing in!
1] To reduce the delay time for the main menu to pull down, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.masthead-inline .x-navbar .desktop .x-nav > li > .sub-menu { display: none; } .masthead-inline .x-navbar .desktop .x-nav > li:hover > .sub-menu { display: block; }2] To make the main menu capitalized and not UPPERCASE, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.masthead-inline .x-navbar .desktop .x-nav > li > a { text-transform: capitalize; }3] To have a multi level side menu, you have to make sure that your menu has been create with submenus.
Hope this helps.
October 5, 2016 at 10:53 pm #1204568
edwinyzhParticipantThanks! Very helpful, all fixed.
October 5, 2016 at 11:12 pm #1204582
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1202998 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
