Changing custom CSS causes error

I was changing a value in my custom CSS and received the following error message:

Warning: unlink(/home/content/76/9554076/html/oncoursetest/wp-content/uploads/bb-theme/customizer-55d86ff5b82a2.css) [function.unlink]: No such file or directory in /home/content/76/9554076/html/oncoursetest/wp-content/themes/bb-theme/classes/class-fl-customizer.php on line 701

Hey Steve,

Those files are generated dynamically. You can’t change anything there manually as they get overwritten. You can always override those values though if you place your own custom CSS under Theme Customizer > Code > CSS Code with a higher CSS specificity.

Ben