MyBB Community Forums

Full Version: Text shadow in post.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone show me how to make a text shadow in a post? 

Not in the style usernames but in a post like this one.
In the css for the postbit part you would add in:

text-shadow: 1px 1px #000000;
Can you even add css in a mybb post?
.post_body {
text-shadow: 1px 1px 1px #000000;
}
Either I don't understand or you guys don't understand. If this is possible just reply back making your text with a shadow....

Like make "Text Shadow" with a text shadow.
Which is exactly what we told you how to do.

Perhaps we aren't understanding you. You should probably give more details, with possible examples/screenshots/a link to your forum considering "Detailed description of your problem, including steps to reproduce if necessary. URL to your forum/URL to specific problematic page." is stated in the rules of this forum to help you get the best possible answer.
In global.css modify something that resembles the following (like Johnny said):

.post_body {
text-shadow: 1px 1px 1px #000000;
}


You could probably add that to the bottom of global.css and be ok.
I'm quite sure he doesn't want to make whole post shadowed, only the parts he chooses (but ofc the description of the problem is terribly undetailed in that case). That's why MyCodes exist in ACP -> Configuration. Example: http://community.mybb.com/thread-152140.html
Thanks Destroy, that's what I wanted.

you nerds can close this now. Big Grin