You can use the built in CSS override functionality shown below to output custom CSS.
www.joomlapolis.com/blog/kyle/18711-template-css-overrides-made-easy
You can restyle them using the following CSS classes.
Required: .cb_template .cbFieldIcons .fa-star
Visibility: .cb_template .cbFieldIcons .fa-eye
Description: .cb_template .cbFieldIcons .fa-info-circle
Example styles as follows.
Code:
.cb_template .cbFieldIcons .fa-star {
color: red !important;
}
.cb_template .cbFieldIcons .fa-eye {
color: green !important;
}
.cb_template .cbFieldIcons .fa-info-circle {
color: purple !important;
}