CSS text and border colors

pmcnealy

Joined: 2008-06-12
Posts: 3
Posted: Thu, 2008-06-12 01:36

I have changed the theme quite a bit but am getting stuck with the text colors. The background of the gallery is black, so some of my text has been washed-out. As well, there is a very unattractive blue border around my picture galleries. Is there an easy fix for this? Here's my site http://www.patrickmcnealy.com/gallery2/main.php. Any help provided would be GREATLY appreciated!

Patrick

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2008-06-12 05:01

I would use a colorpack:
http://codex.gallery2.org/Gallery2:Modules:colorpack

in your theme.css I would add:

img {
border: 0px;
}

That should get rid of the blue border on images.

You might want to use FireFox browser and the devtool with firebug.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
pmcnealy

Joined: 2008-06-12
Posts: 3
Posted: Thu, 2008-06-12 14:28

I put that in theme.css, but it didn't change anything. All I did was copy+paste; is that all I needed to do?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2008-06-12 14:49
 
pmcnealy

Joined: 2008-06-12
Posts: 3
Posted: Thu, 2008-06-12 15:03

Thanks for helping me out! I put that in, but it didn't work. I realized it happened after I was tweaking the template and went through there; I found an extra <div>. There are one or two things I'd like to do still, but the eye-sores are gone. Thanks again!