MyBB Community Forums

Full Version: How to put a radius on my board.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I kind of of know how to but I cant find the specifics. Id like to do a small radius.

Thanks

http://www.horsepowerx.com/
Do you mean, rounded corners?
Small rounded corners on the forum board
Then you have to chance the global.css of your theme. F.e. go to #panel and ad the next code to your Extra CSS Attributes:

border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border: 1px solid #e4e4e4;
margin: auto auto;

This is just a example, there are more files that you have to chance