Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove shadow from bootstrap menu?

Here's my fiddle:

http://jsfiddle.net/PTSkR/31/

Code code code 

Here's the effect I'm trying to correct (note the vertical duplication, which I think is a shadow):

enter image description here

How can I remove this shadow? It's happening in chrome and firefox for me - the fiddle shows a gray shadow instead of white. You may also have to drag the fiddle bar over to the left to show the "Intro" text - bootstrap's responsive menu seems to be kicking in if you don't.

like image 404
SB2055 Avatar asked Mar 01 '26 00:03

SB2055


1 Answers

Adding the following fixed it:

#menu-bar p, #menu-bar a {
    color: white;
    -webkit-text-shadow: none;
    text-shadow: none;
}
like image 141
SB2055 Avatar answered Mar 05 '26 04:03

SB2055



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!