Comments on [HTML] WINDOWED MODE All Comments Start of Thread Parent

Sure thing!!
Ctrl+F '<i class="fa fa-times">
replace all with
<i class="fa fa-times" style="color:XXX">
Replace the X's with your color!


EDIT: If you want to change the background instead of the actual X
this would be the code for that!!


CTL+F <div class="btn btn-primary btn-sm">
Replace All with
<div class="btn btn-primary btn-sm" style="background-color:XXX;">