MyBB Community Forums

Full Version: Glowing text in forum posts?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I saw that you can add glowing text to your usernames and I have figured out how to do that, but I was wondering if it is possible to do it in a forum post?
Thanks Smile

Anyone know if this is possible?
This post seems to be getting alot of views.
~kpj
try this :
Add this code at bottom of your showthread.css in your theme css.


.post_body a:link {
color: #026CB1;
text-shadow: 0px 0px 5px #39c70d;
}

This would help youSmile , give the glow to text.
If you want shining text , add this code :

.post_body a:link {
color: #026CB1;
background: url(http://i656.photobucket.com/albums/uu288...round6.gif);
}


This will help you,
regards,
(2013-03-26, 05:37 AM)envira Wrote: [ -> ]try this :
Add this code at bottom of your showthread.css in your theme css.


.post_body a:link {
color: #026CB1;
text-shadow: 0px 0px 5px #39c70d;
}

This would help youSmile , give the glow to text.
If you want shining text , add this code :

.post_body a:link {
color: #026CB1;
background: url(http://i656.photobucket.com/albums/uu288...round6.gif);
}


This will help you,
regards,
Thanks man! Just one issue I added it to the last part of my showthread.css but I don't see anything glowing Sad do I have to make a new post or do I need to do something else?
Try this out:


.post_body a:link {
color: #026CB1 !important;
text-shadow: 0px 1px 5px #39c70d !important;
}

(2013-03-26, 04:31 PM)Cedric Wrote: [ -> ]Try this out:


.post_body a:link {
color: #026CB1 !important;
text-shadow: 0px 1px 5px #39c70d !important;
}

Nope every new post I make has no glowing text :/
even the existing posts don't have glowing text Sad
Please Help!
~kpj
Ok I understood your problem :d You want EVERY word to glow Wink I thought you only want the links!

Here you go:

Go to global.css of your theme & add this anywhere:

.post_body {
color: #026CB1 !important;
text-shadow: 0px 1px 5px #39c70d !important;
}
^ perhaps you want glowing of entire text in the posts.
.post_body {
color: #026CB1 !important;
text-shadow: 0px 1px 5px #39c70d !important;
}  
Already wrote that above Big Grin .m. Big Grin
(2013-03-26, 04:44 PM)Cedric Wrote: [ -> ]Already wrote that above Big Grin .m. Big Grin
Still not working :/
what should I do?