Q: Hello. Do you have any tutorials on your product. I like it but I need the actual background to be transparent but it is white. How do you do that. I will purchase this once I see it can be done. Thank you!
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;
}
For troubleshooting, feature requests, and general help,
contact Customer Support at . 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.