How change background color html menu

Q: I want to change submenu text color but its not working through css i want this easily
manageable through css so i can change it according to my requirement, Please help hows it working there. ?

A: You should open "menu.css" file in any text editor (for example, NotePad), find following
lines:

div#menu ul ul {
    background: none repeat scroll 0 0 #333333;
    border-bottom: 4px solid #FF3300;
    color: #FFFFFF !important;
    left: -999em;
    margin-top: 1px;
    padding: 5px 0 0;
    position: absolute;
    top: 88px;
    width: 200px;
}


and change background.

Related

Recent Demos



Contact US

For troubleshooting, feature requests, and general help, contact Customer Support at Mail. Make sure to include details on your browser, operating system, CSS3 Menu version, link to your page.
In most cases you'll get a reply within 1 business day. Please read the FAQs first to see if your question has already been answered.

See More