Menu Selection Color

  • Posted in : Responsy WP
  • adw1126
    Participant

    I have looked at previous forum feeds and attempted the solutions given but nothing has worked. How can I change the menu selection color? I am wanting the selection color to be #19cff7

    skibinskiy
    Participant

    good question :)

    Mehmet S.
    Keymaster

    Select the clean style.

    adw1126
    Participant

    I do have the clean style selected. Can the change not be made within the actual css file?

    Mehmet S.
    Keymaster
    #nav > li:hover { background: #19CFF7; }
    
    adw1126
    Participant

    How can this apply to the child menus also?

    Mehmet S.
    Keymaster
    #nav > li > ul > li:hover { background: #19CFF7; }
    
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Responsy WP’ is closed to new topics and replies.