Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi

    For this use below code in custom css Filed (Theme Dashboard >> appearance >> customize >> header setting >> custom css Field )

    .navbar .navbar-nav li ul {display:block !important;}

    Then save and check your website

    Thanks.

    Thread Starter keidla

    (@keidla)

    Thanks, works great! But how do I remove the background of the sub-page menu? It’s green.

    https://www.omegainvest.ee/et/

    HI

    For this use below code in custom css Filed

    .navbar .navbar-nav li ul {
    box-shadow: none !important;
    }
    
    .navbar-right .dropdown-menu {
      background: transparent !important;
    }
    
    .dropdown-menu > li > a
    {
    border:none !important;
    color: black !important;
    }
    
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      background: transparent !important;
    }

    Then save and check your website.

    Let me Any Confusion.

    Thanks.

    Thread Starter keidla

    (@keidla)

    Thank you for your support! Is it also possible to change the text color and background color if you click on it.. https://www.omegainvest.ee/et/volgnikule

    Hi

    For this use below code in custom css Filed

    .dropdown-menu .active > a
    {
    background-color: #7e8f81;
    color:#fff !important;
    }
    
    .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .dropdown-menu .active > a:focus
    {
    color:#262626 !important;
    }

    Then save and check your website.

    Thanks.

    Thread Starter keidla

    (@keidla)

    Thans again! Best regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sub-page menu always open’ is closed to new replies.