Is it possible to do transparent background in responsive menu?

Q: I'm trying the free menu and would like to have transparency around the menu. Any way to do that?

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

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;
}



and change background-color. So, you should have:

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

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