Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Try adding this as additional css:

    
    #header .nav-menu:not(.mobile) > div > ul > li:hover > span { background: red; }
    
    Thread Starter t.o.m

    (@tom84)

    great, it works, thank you ??

    But only for the main menu, can you please tell me, how to make the color also work on the “sub-menu” ?

    Theme Author Alexander Agnarson

    (@alxmedia)

    Try:

    
    #header .nav-menu:not(.mobile) .menu ul { background: red; }
    #header .nav-menu:not(.mobile) .menu ul a { color: green; border-bottom: 1px solid rgba(255,255,255,0.2); }
    
    Thread Starter t.o.m

    (@tom84)

    #header .nav-menu:not(.mobile) .menu ul li:hover > span { background: red; }

    is good with hover ??

    thanks again ??
    Regards

    Theme Author Alexander Agnarson

    (@alxmedia)

    Great ?? Marking as resolved!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu color’ is closed to new replies.