You can get rounded corners on an element for its border, background color, and/or background image.
Using your Admin Panel Styles Manager, you can specify this Extra CSS coding in the appropriate section to achieve this look:
Code: Please login/register for access
This specifies rounded edges of 25px, on each side.
You can also specify rounded edges for each corner separately:
Code: Please login/register for access
This specifies the following:
Top left corner: 10px
Top right corner: 20px
Bottom right corner: 30px
Bottom left corner: 40px
This is useful if you want each corner to be round a different amount - for example if you just want rounded edges on the top or bottom.
It is actually the same kind of coding we have used throughout our UltimateWB website, for example on the homepage.