Change Colors in Bootstrap Theme

New to Bootstrap Studio. I started using one of the built-in themes “Clean Sky” and wanted to change some of the colors of the text.
“This rule is overridden by .text-info”

Can I not change the colors?

Change the color option on the text options box
image

If you want a custom colour just add some css:

.text-info {
  color: red!important;
}