css - Changing color in wordpress theme element -


we have website here: http://musegroupreno.com/

it using zerif pro theme.

i have been able change colors except ones in muse section. 4 colored circles number 100 inside of them. have tried using firebug find css code change , have tried taking color sample them , changing of colors in css file color want. worked other sections on site not here. can tell me code change these colors?

the css generated plugin called knob creates canvas element , not visible in developer tools css panel.

go file: http://musegroupreno.com/wp-content/themes/zerif-pro/js/jquery.knob.min.js in file server , edit fgcolor values each skill.

jquery(".skill1").knob({     'max':100,     'width': 64,     'readonly':true,     'inputcolor':' #ffffff ',     'bgcolor':' #222222 ',     'fgcolor':' #e96656 ' /* change */ }); 

Comments