Home Forums Total How to change color of submenu when mouse over (hover)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1893
    her82man
    Participant

    I want to change color of submenu when mouse over with yellow.

    #1917
    Hash
    Keymaster

    Here is the CSS that control the design of the sub menu

    .ht-main-navigation ul ul {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background: #FFF;
        min-width: 200px;
        z-index: 999;
        padding: 8px;
        margin-top: 27px;
        border-top: 2px solid #FFC107;
        box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
    }

    Edit it to your requirement.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.