PDA

View Full Version : Catagory edges


trollshrooms
06-27-2016, 08:47 PM
http://image.prntscr.com/image/b00e68c69d3f46378cb8147333a28e50.png

How would you change the curved edges up top to be 90 degrees just straight rectuangle

Seven Skins
06-28-2016, 07:37 AM
Add this to additional.css template.

* {
border-radius: 0px !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
}

trollshrooms
06-28-2016, 07:52 PM
Thank you very much =]