Jump to content

How to change the round border to squared one


Recommended Posts

.cleantheme #page {
padding: 0 15px;
background: none repeat scroll 0 0 #FFFFFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

remove all border-radius instances from code above.

it's a part of /themes/default/css/cleantheme.css line ~19

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...