Quote:
Originally Posted by MagicThemeParks
Is there an option to remove or recolor the yellow bar? Against dark skins it shows up too much.
EDIT: Found where to do the edits. Go to the "ss_imageresizer" template and make the changes there.
|
For those not sure what to change...
Code:
span.ncode_imageresizer_warning {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
cursor: pointer;
line-height: 200%;}
Becomes...
Code:
span.ncode_imageresizer_warning {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFACD;
color: #000000;
border: 1px solid #EADB9D;
margin-bottom: 3px;
margin-top: 10px;
cursor: pointer;
line-height: 200%;}