Line under menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #11580
    Jrgensen
    Member

    Hi,
    How do I change the color on the line under the menu.
    Allan

    #11584
    Veena
    Moderator
    .dropdown-menu-wrap > ul.menu > li:hover {
    border-color: #fff;
    }
    

    Pls include the above custom CSS in themeoptions.

    #11597
    Jrgensen
    Member

    Thanks. and how do I change the border height.

    #11601
    Veena
    Moderator

    Pls use the custom CSS –

    .dropdown-menu-wrap > ul.menu > li {
    border-bottom: 5px solid transparent;
    }
    
    #11605
    Jrgensen
    Member

    Thanks again!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Line under menu’ is closed to new replies.