[SOLVED] I have lost the rounded corners setting - Joomla! Forum - community, help and support
hi all,
at point turned on rounded corners images - using protostar template - want turn them off, have forgotten setting - have decided easier add little css images want have rounded edges, rather have it.
thank in advance
at point turned on rounded corners images - using protostar template - want turn them off, have forgotten setting - have decided easier add little css images want have rounded edges, rather have it.
thank in advance
hey - found solution
found near line 50 in template.css - commented out lines in them , bye bye rounded corners 
turns out had eat lunch refresh brain
code: select all
img {
max-width: 100%;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}found near line 50 in template.css - commented out lines
code: select all
border-radiusturns out had eat lunch refresh brain
Comments
Post a Comment