Menu change

Home Forums All Other Themes Menu change

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #169883
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    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

    #170016
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30849
    • Total: 30849
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #170059
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    Dear 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

    #170060
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    Also, 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

    #170128
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30849
    • Total: 30849
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #170156
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    It doesn’t fix the problem

    #170236
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30849
    • Total: 30849
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #170324
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30849
    • Total: 30849
    Member since: August 16, 2013

    Hi,

    Issues have been resolved. Kindly check and confirm.

    Regards,
    Dave

    #170334
    USER THEMESUSER THEMES
    Participant
    • Topics: 3
    • Replies: 51
    • Total: 54
    Member since: April 27, 2020

    Dear Dave,

    Thank you.

    #170376
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30849
    • Total: 30849
    Member since: August 16, 2013

    🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.