At
http://arnettmedical.com/, I am unable to put white as a text color within the wraps icon boxes. I saw where to change the H4, and I added custom CSS, which worked on the About page, but not the front page. The gray is difficult to see on the blue, how do I make that white?
Comments
you can change their color with the following css:
.icon_box .desc_wrapper .desc { color: #FFF !important; }