Remove border from html menu bar

Q: I liked the Android template, but couldn't get rid of the black border. Could you help me with this?

A: Please, open generated .css file in any text editor and find the code:

ul#css3menu1, ul#css3menu1 ul {
    background-color: #DEDEDE;
    border-color: #5F5F5F;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}


Remove the following line:

border-style: solid;

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