Modifying colors of X buttons

To modify the color of the X button, edit the CSS file as follows:
#liveForm i.fa.fa-times {
 color: #f5290a !important;
}