Change color of filled-in checkbox


Topic: Change color of filled-in checkbox

demzl25 pro premium priority asked 6 years ago

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


Marta Szymanska staff pro premium answered 6 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 premium priority commented 6 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
  • User: Pro
  • Premium support: Yes
  • Technology: MDB jQuery
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No