Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #135788
    vraba
    Participant

    Hallo,
    how can i change the backround color of sub-menu. It is white, but hover is “black” – we would like to have it white aswell. The text is green, but hover text is red – we would like to have it #444444 (with white backround mentioned above).
    See picture. Thank you. Top menu

    #135821
    Skandha
    Participant

    @vraba: I checked your site and you seem to have figured out how to change the background of sub-menu to white.
    To change the hover color of sub-menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .nav-primary .menu .sub-menu li a:hover {
    	color:#444444;
    }

    Let me know if this works out.
    Regards,
    Skandha

    #135822
    vraba
    Participant

    Hallo, thank you very much. Yes I have found the backround here in support forum. Thanks for the color. vraba

    #135823
    vraba
    Participant

    Is there a chance to change the space between every single “sub-menu text – link”? I mean, we have a lot in submenu and Im not able to scroll down to the last one. Thanks.

    #137687
    Skandha
    Participant

    @vraba: Sorry for the late reply. Can you tell me which menu you are referring to? Both the menu seems to be turning out fine.

    Regards,
    Skandha

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