Log in

View Full Version : Removing outer shadow


Bazzah23
01-22-2010, 03:17 AM
I have managed to locate all the shadow css for the forumbits etc.

But certain bits still have the white shadow on them, I have been unable to locate them so far.

The shadow remains on the new thread buttons, reply buttons and when you go into forumdisplay a.k.a into a category the area around the threads still has the white shadow.

Any help where the code is located so I can remove it would be appreciated.

mandingo
01-22-2010, 04:27 AM
put this:

*{ -moz-box-shadow: none !important; }
at the bottom of vbulletin-chrome.css

Bazzah23
01-22-2010, 04:46 AM
Mandingos solution did the trick.

Much appreciated.

blazer119
10-19-2010, 02:54 AM
Worked great. Thank you.

Nibblerama
05-03-2011, 08:54 AM
To improve on this

* {
-moz-box-shadow: none !important;
box-shadow:none !important;
-webkit-box-shadow:none !important;
}