Home › Forums › All Other Themes › Menu change
- This topic has 9 replies, 2 voices, and was last updated 4 years ago by Sonl Sinha.
-
AuthorPosts
-
December 2, 2020 at 11:15 am #169883
Dear,
I ll not change the version because of losing Customization. On the other hand, a problem which I want to resolve is the underline below the sub-menu bar. My website URL https://drive.google.com/file/d/1kmlq87jqu0ao0r7s2q0kzt5yJ0YlU4bm/view?usp=sharing and a screenshot of the problem https://drive.google.com/file/d/1uCoGd6KFDUd26j_UdIG1BW2zaUdqXs49/view?usp=sharing . Actually, when I click on the main-menu item, the blue underline appears to all sub-menu items.
Thank you
December 2, 2020 at 1:37 pm #170016Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header .header-inner .nav ul li a:hover, .header .header-inner .nav ul li.current-menu-item { border-bottom: 3px solid #0071BC !important; } .header .header-inner .nav ul li a:hover, .header .header-inner .nav ul li.current-menu-item a { border-bottom: none !important; }
Regards,
DaveDecember 3, 2020 at 6:59 am #170059Dear Dave,
Thank you for the solution. Another problem which I m trying to solve is the sub – menu on mobile phones which stays open at all time. I want to click on the right symbol and then open.
Thank you in advance
December 3, 2020 at 7:14 am #170060Also, I want to fix the width and height on the sub-menu when I scroll down page, visit the link below https://drive.google.com/file/d/1q3bCBvpURyaZZywaPIbFiFUq1yAkk_7A/view?usp=sharing
Thank you
December 4, 2020 at 12:22 pm #170128Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header.fixed #mega-menu-wrap-primary #mega-menu-primary { padding:0 !important;}
.header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link { padding:0 20px !important;}
.header.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu { top:60px !important;}Regards,
DaveDecember 4, 2020 at 2:25 pm #170156It doesn’t fix the problem
December 7, 2020 at 12:25 pm #170236Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
DaveDecember 8, 2020 at 12:50 pm #170324Hi,
Issues have been resolved. Kindly check and confirm.
Regards,
DaveDecember 8, 2020 at 1:43 pm #170334Dear Dave,
Thank you.
December 9, 2020 at 12:12 pm #170376🙂
-
AuthorPosts
- You must be logged in to reply to this topic.