Topic: Change color of filled-in checkbox

demzl25 pro asked 5 years ago


Hi how to change color of filled-in checkbox from purple(default) to primary(blue)?


Marta Wierzbicka staff answered 5 years ago


Hi, try this code:
.form-check-input[type=checkbox][class*=filled-in]:checked+label:after, label.btn input[type=checkbox][class*=filled-in]:checked+label:after {
top: 0;
border-color: #4285F4;
background-color: #4285F4;
z-index: 0;
}
Best, Marta

demzl25 pro commented 5 years ago

Thanks


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No
Tags