Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #852784

    I used this at https://schoolofbookkeeping.com. Check the only dropdown menu in the nav bar.

    .x-navbar .sub-menu {
    background-color: #4a4a4a !important;
    }

    .sub-menu li a:link {
    color: #fff !important;
    }

    .x-navbar .sub-menu a:hover {
    background-color: #dd3333 !important;
    }

    But some menu items are white and some are hidden, same as background color I guess??

    #853027

    Friech
    Moderator

    Hi There,

    Thanks for writing in! Would you mind to clarify the issue? All those 3 CSS rules applied to your sub-menu. Background-color, Text color and hover background background.

    You might want to change the pseudo class :link to your second rule. That will change the menu text color on the pages that you have been.

    Cheers!

    #853062

    That did it. Thanks!!

    #853106

    Prasant Rai
    Moderator

    You are most welcome. 🙂