MyBB Community Forums

Full Version: Change border radius css
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to change the border radius on all boxes globally. I would have assumed I would find the following code in the stylesheet for global css:

border-radius: 6px

and then I would change it from 6 to 3px.... Only there is no such thing in the css.


How can I change the box border radius?

Thank you!
you can find the border-radius is css3.css file not in global.css...
Excellent! That is exactly what I needed! Thank you so much!