MyBB Community Forums

Full Version: How to remove the forum shadow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hi guys,

How do I remove this shadow? Can't seem to find how its called in the CSS.

[attachment=29447]
.rounded_bottom {text-shadow: 1px 1px 5px #000000;} (around line 134 in global.css)

to remove that shadow effect you can use html comment tags like below
/* .rounded_bottom {text-shadow: 1px 1px 5px #000000;} */

MikeInToshx

Thanks.

But how do u found such things? I try to inspect that element by right clicking.
All I saw was : <div style="float: right;"> … </div>

MikeInToshx

Thanks