MyBB Community Forums

Full Version: Theme mess up...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was editing The Cure Theme though kinda mess up on it. This is what I have now-

[Image: 2d9oc51.png]


The square I highlighted is supposed to be round corner and shiny though it isn't. Can anyone tell me the code to make it like that or what template I can revert it too?
It looks like a plain colour.

Styles & Templates > Themes > Theme edit > global.css > avanced > ctrl+f "thead" and rewrite the 'background:'

It looks to be written wrong.

Also, a link to your forum wouldn't hurt.
Okay. I'll try it in a few minutes when I can find it.

http://pokesunrise.co.cc/

When you go into a forum, it is like that.
Themes > YOUR THEME > CSS3

Or try the Global CSS

-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;

They must be 0px right now, they need to be raised, try 5 to 10px
It'll make the corners "bend" again.