Support » Fixing WordPress » How to change the background color of drop-down menu

  • Resolved massy74

    (@massy74)


    Hi

    My website is http://www.ultimech.com/wordpress

    I have the menu breakdown under “industries” with 2 different colours. The code for these should be the following:

    #skenav ul ul li.odd {
    background-color: #75c6eb;
    }
    #skenav ul ul li.even {
    background-color: #1d95cf;
    }

    I would like to have one color only so I tried to modify one of those lines above but the color does not change. What am I doing wrong?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the background color of drop-down menu’ is closed to new replies.