In GiveWP 2.21.0, the goal bar generated by the [give_goal] shortcode is not visible because the background colors are not applying.
The workaround, for now, is to use custom CSS:
.give-progress-bar { background: #yourcolor }
.give-progress-bar>span { background: #yourcolor !important; }