|
11-02-2011, 12:08 | #1 |
ex SAS
Join Date: Jun 2006
Location: JO01ou
Posts: 10,062
|
php help please.
At least, I think it's PHP!
My blog has been sponsored and I've added a plugin called Banner Garden to it in order to display a banner at the bottom of each page. The problem is that the text above the banner is displayed in black and my blogs footer is dark so it's barely visible. Can anyone tell me where I need to be looking, and what I'm looking for which will select that text colour? The files included in the plugin are .css, .js and .php and I've attached the whole directory structure of the plugin in this post. The blog is at http://qso365.co.uk and you can see the banner and the dark text at the bottom. I'm sure this is quite simple to those in the know but sadly I'm not in the know!
__________________
|
11-02-2011, 12:53 | #2 |
The Stig
Join Date: Jun 2006
Location: Swad!
Posts: 10,713
|
It's css!
I have no idea if its the right thing to do in wordpress, but this in the css somewhere should fix it: Code:
#banner-garden h3.widget-title { color: #FFFFFF; } [edit] #888888 is the grey at the very bottom I think.
__________________
apt-get moo |
11-02-2011, 13:36 | #3 |
ex SAS
Join Date: Jun 2006
Location: JO01ou
Posts: 10,062
|
Thanks Daz, not really sure where I should be slapping it though *blush*
__________________
|
11-02-2011, 13:38 | #4 |
The Stig
Join Date: Jun 2006
Location: Swad!
Posts: 10,713
|
In the banner garden css file would be fine
__________________
apt-get moo |
11-02-2011, 13:44 | #5 |
ex SAS
Join Date: Jun 2006
Location: JO01ou
Posts: 10,062
|
Done that, doesn't appear to have done anything though.
__________________
|
11-02-2011, 14:03 | #6 |
Chef extraordinaire
Join Date: Jul 2006
Location: Infinite Loop
Posts: 11,143
|
This probably isn't right but try adding
Code:
.widget-container BannerGardenWidgetClass_BannerGardenWidget h3 { color: #FFFFFF; }
__________________
"Dr Sheldon Cooper FTW!" |
11-02-2011, 14:09 | #7 |
ex SAS
Join Date: Jun 2006
Location: JO01ou
Posts: 10,062
|
Nope
__________________
|
11-02-2011, 15:36 | #8 |
ex SAS
Join Date: Jun 2006
Location: JO01ou
Posts: 10,062
|
I edited the image, easier. Job done
__________________
|
11-02-2011, 16:01 | #9 |
Chef extraordinaire
Join Date: Jul 2006
Location: Infinite Loop
Posts: 11,143
|
glad you got it sorted, strange we couldn't change the colour
__________________
"Dr Sheldon Cooper FTW!" |
11-02-2011, 21:56 | #10 |
The Stig
Join Date: Jun 2006
Location: Swad!
Posts: 10,713
|
It worked in Firebug fwiw :/
__________________
apt-get moo |