Hi Joe, hopefully this is an easy one for you!
Firstly, thanks for this mod, Its awesome! Secondly, the text next to the facebook like button (Be the first of you friends to like this) inherits the text color from the body.plugin I have tried altering all of the code but to no avail? I have altered these so far:
PHP Code:
.connect_widget .connect_widget_text {
line-height: 14px;
color:#ffffff
}
.connect_widget td.connect_widget_vertical_center {
border-spacing: 0;
font-size: 11px;
line-height: normal;
color: #ffffff;
}
body {
color: #ffffff;
direction: ltr;
font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
font-size: 11px;
line-height: 1.28;
text-align: left;
}
Changing the color code from #333333 to #ffffff on all of the above changes the color of the font, which I am saving into the additional.css template, however, the font still reverts back to #333333 after refreshing the page? Is there anything you suggest? Thanks again.
Mick