Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1196231
    gstool
    Participant

    Hi, In my main menu, I have a drop down sub menu item that was created using a custom link. This menu item doesn’t link to a unique page. It links to an id# on another page. However, when hovering over the main menu, that particular sub menu item is grayed out while the other sub menu items are black. Is there a way to have this sub menu item linked to the id# display just like the other sub menu items. Thanks

    #1196325
    Joao
    Moderator

    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.

    #1196357
    gstool
    Participant

    Hi, Take a look at: http://theclearing.org/wp/events/

    The “Christmas Open House” sub menu is gray, because the link is directed to an id# on the events page. Wondering if there is a way to have it appear the same as the other sub menu items. Thanks!

    #1196784
    Rue Nel
    Moderator

    Hello There,

    Thank you for the clarifications!

    To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-navbar .desktop .current-menu-item .current-menu-item > a {
     color: #000;
     background-color: transparent;   
    }
    
    .x-navbar .desktop .current-menu-item .current-menu-item > a:hover {
     color: #b7b7b7;
     background-color: rgba(0,0,0,0.0175);
    }

    We would loved to know if this has work for you. Thank you.

    #1202540
    gstool
    Participant

    Exactly! Many thanks to you!

    #1202570
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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