twbs / bootstrap-sass

Official Sass port of Bootstrap 2 and 3.
http://getbootstrap.com/css/#sass
MIT License
12.59k stars 3.53k forks source link

How to change the color on custom radio button? #1199

Open csKangGdcomm opened 5 years ago

csKangGdcomm commented 5 years ago

Hello!

I want to change the color in the checked radio box.

Current color is blue like below.

image

I found the issue that seems related https://github.com/twbs/bootstrap/issues/20118

A version what I use is 3.4.1. and there is no _custom.scss file in the library and

I fail to change the color.

Below code failed as well ( change the default color ).

Can you give me some advice?

$brand-primary: $color-point;
$brand-info: $color-point;
$input-border-focus: $color-point;
$state-info-text: $color-point;
$btn-default-color: $color-point;
$btn-default-bg: $color-point;
$btn-default-border: $color-point;
$btn-primary-color: $color-point;
$btn-primary-bg: $color-point;
$btn-primary-border: $color-point;