Hi,
I have been trying unsuccessfully to change the background color of the site.
Supposedly the module inherits the page properties, but this the same thing happens on every Joomla site I have installed this on.
I have tried module class suffix, overriding the css in the templates style sheet. I cannot get this to change. It looks terrible on top of a site with a background image.
Why is it doing this? This should be so easy to fix?
Using firebug I select the inner most part of the module.
.phs {
padding-left:5px;
padding-right:5px;
}
Cs5ao2aAEBZ.css (line 336)
.pts {
padding-top:5px;
}
Cs5ao2aAEBZ.css (line 324)
.connect_widget {
overflow-x:hidden;
overflow-y:hidden;
}
e_F_MPMsJmo.css (line 269)
.connect_widget {
background-color:transparent;
}
I mouse-over the css link above, and it shows:
static.ak.fbcdn.net/rsrc.php/zz/r/e_F_MPMsJmo.css
Why can't I just redefine "connect_widget"?
or use the module class suffix to add a custom style with "background-color: #fff;"
How can I do this?
thanks in advance