MyBB Community Forums

Full Version: CSS Gradients?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm wondering how I apply CSS Gradients. Or CSS3... I want to put it on my thead, but I don't know where to type the code in at. Can I use the simple editor?
You are denied support... so please solve the issue from the Staff.

I say the solution coz it helps other users who search for this post and its easy :
just go to here and make your own css3 gradient : http://www.colorzilla.com/gradient-editor/

copy the code you made.
Now to got your ACP > Theme > select your theme > open Global.css

Find .thead

now look for the variable background : #something;
change replace it with the code you have copied.

This would change the thead background.
Hope this helps you,
regards
Thanks very useful site.