Anyone care to take a stab at how to remove the white background from the container with the social network icons in the right column of this page:
I’m stumped, tried background: none !important; for most of those containers and the background remains. Thanks.
find .bg in the "interior.css". change the background there
|
.bg { |
Thanks so much, failed to notice the
height:expression(this.parentNode.clientHeight +"px");
width:expression(this.parentNode.clientWidth +"px");
which brought it into play
|
Thanks so much, failed to notice the
height:expression(this.parentNode.clientHeight +"px"); width:expression(this.parentNode.clientWidth +"px"); which brought it into play |