Q: I want to make some changes in my menu. Is it possible to remove a text shadow?
A: You can edit text-shadow in the generated .css file.
Open it in any text editor and find the code:
ul#css3menu li.topitem > a {
border-radius: 1.6em 1.6em 1.6em 1.6em;
border-style: solid;
border-width: 1px 0 0;
color: #E7E5E5;
font: bold 13px Arial,sans-serif;
text-decoration: none;
text-shadow: 0 1px 1px #000000;
}
Remove or edit text-shadow parameter.
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.