Can I remove text shadow html menu bar?

Q: I am using one of your CSS3 menus on this website and the font appears blurry. I think it's probably supposed to be a sort of shadow effect, however, it doesn't appear that way on some screens.
It could be because i chose a white font and the "drop shadow" type effect is a version of that white, making the font appear soft or blurry. is there anyway i can change that?

A: Yes, it is because you chose a white font and the "drop shadow" type effect is white. But
you can turn off shadow. You should open "style.css" file in any text editor (for example,
NotePad), find following lines:

ul#css3menu1 a, ul#css3menu1 a.pressed {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font: 14px Arial;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #CCCCCC;
    vertical-align: middle;
}



and remove

"text-shadow: 0 1px 1px #CCCCCC;"

line.

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