Custom Footer Colors

Add this to your Appearance / Customize / Additional CSS

For backgrounds:

.footer {background: #1D1D1D;} 

.footer-btm-bar {background: #000;}

For footer icon color:

.footer .soc-widget i { color: rgba(240, 240, 240, 0.88); }

and for hover state:

.footer .soc-widget i:hover { color: rgba(255, 0, 0,.5); }

To change footer title color:

.footer .widget-title { color: #ffacac; }

To change footer widget paragraph text color:

.footer p, .footer a, .footer li { color: #ffa4a4; }