menu active

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #370084

    manuel-logika
    Participant

    Hello,
    the client points out to me that the menu does not remain active when it is stationed in the sub pages.
    how can i fix it? He wants the menu item menu path to remain lit / active when on the page.
    Thanks

    Ciao,
    il committente mi fa notare che il menu non rimane attivo quando si staziona nelle sotto pagine.
    come posso rimediare? Lui desidera che il percroso del menu delle voci del menu resti acceso/attivo quando ci si trova nella pagina.
    Grazie

    Attachments:
    You must be logged in to view attached files.
    #370175

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-sub-menu li.current_page_item a {
        color: rgb(71 148 237);
    }
    
    ul.sub-sub-menu.wd-dropdown li a {
        color: inherit;
    }
    
    ul.sub-sub-menu.wd-dropdown li a:hover {
        color: rgb(71 148 237);
    }
    
    ul.sub-sub-menu .current_page_item a {
    color: rgb(71 148 237);
    }

    Best Regards

    #371451

    manuel-logika
    Participant

    I have tried to insert the css, but it doesn’t work.
    where do I broadcast?
    Can you give me more precise indications of where to insert it?
    Thanks

    Ho prova ha inserire il css, ma non funziona.
    dove spaglio?
    Mi dai indicazioni più precise di dive inserirlo?
    Grazie

    #371593

    Hello,

    You need to add it in the Global Custom CSS area under Theme Settings >> Custom CSS.

    If it still doesn’t work then provide the admin panel login details of the website.

    Best Regards

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)