Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42250
    YogaHH
    Member

    Hi,
    I have tried all the CSS I found in this support forum and other forums but I cannot change the hover background colour of the dropdown menu to white. It keeps staying black.
    http://new.yogaraum-hamburg.de/ is the page.
    I hope you can help me – thanks a billion in advance!!

    #42288
    Sakin
    Keymaster

    @YogaHH: You can change the color code in following CSS and then add it in “Appearance => Theme Options => Custom CSS” box. In the following css I have added background color code as #ff for white and color #000 for text color black.

    #fixed-header-top ul.menu ul li a:hover {
    	background: none #fff;
    	color: #000;
    }
    #42295
    YogaHH
    Member

    That worked! Thank you you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Cannot change hover-background colour of dropdown menu’ is closed to new replies.