Okay
  Public Ticket #1558223
selected menu showing problem
Closed

Comments

  • sinth_fr started the conversation

    hi,

    thank you for your great support. 

    when i have selected one sub menu then all sub menus are going red in that section. but i have selected one. please check the screenshot for better understanding and help me to solve it.

    thank you

  •  1,560
    Laborator replied

    Hi there,

    Try adding the following CSS to Custom CSS this should fix your issue:

    .oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav li.current_page_ancestor>a, 
    .oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav ul li.current-menu-parent>a {
      color: #dd1f26;
    }
    .oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav ul li.current-menu-parent ul li a {
      color: #888888 !important;
    }
    .oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav ul li.current-menu-parent ul li.current-menu-item a {
      color: #dd1f26 !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group