In general I set the color for headers (<h1> to <h6>) in blue. 
I want to use a set of iconboxes in the first section of my page but I want to have that set iconboxes in white (because of the background image). How can I overrule the (default) blue color of an iconbox for 1 section? 
TIA for an answer!
With kind regards,
datucker
                 
                
Comments
to change Icon Box colors, you need to use the following css:
.icon_box { color: #FFF !important; }.icon_box .icon_wrapper { color: #FFF !important; }
.icon_box .desc_wrapper .title { color: #FFF !important; }