I would like to remove the gray line caused by the clearfix elements in my D7 theme (MD Photo). In particular, the div class="wrap clearfix"
element, which has an unnecessary gray line at the bottom of the body
elements.
I have tried quite a few fixes, but they haven't given me any results. Here's the list, so far
.clearfix:after {content:' ';}
.wrap: {border: none;}
.clearfix {border:none;}
And a host of other, similar border and content remover ideas.
Can anyone point me in the right direction?