<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Zde př.wp-admin input[type="checkbox"] {
  background: #fff !important;
  border: 1px solid #1d2327 !important;
  box-shadow: none !important;
}

.wp-admin input[type="checkbox"]:checked {
  background: #2271b1 !important;
  border-color: #2271b1 !important;
}

.wp-admin input[type="checkbox"]:checked::before {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}idejte svůj CSS kód.

Např.:
.example {
    color: red;
}

Chcete-li si oprášit své znalosti CSS, podívejte se na http://www.w3schools.com/css/css_syntax.asp

Konec komentáře */ 

</style>
<!-- end Simple Custom CSS and JS -->
