coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Gibban on August 29, 2006, 06:18:23 PM

Title: Text color changes in themes
Post by: Gibban on August 29, 2006, 06:18:23 PM
Hello sirs!

I want to change the color one the right side one my theme (blackbirch)
i can not find the color in the style.css

Please help!

Regards Gibban
Title: Re: Text color changes in themes
Post by: silly_walk on August 29, 2006, 06:31:07 PM
a, a:hover
Title: Re: Text color changes in themes
Post by: Gizmo on August 29, 2006, 06:33:06 PM
a {
        color: #FFFFFF;
        text-decoration: none;
}

a:hover {
        color: #cccccc;
        text-decoration: underline;
}

Check out this post and pay attention to the last post- http://forum.coppermine-gallery.net/index.php?topic=24056.0 (http://forum.coppermine-gallery.net/index.php?topic=24056.0)

[edit] got scooped!  :-X
Title: Re: Text color changes in themes
Post by: Joachim Müller on August 29, 2006, 11:14:26 PM
Also check Tools recommended by the devs (http://forum.coppermine-gallery.net/index.php?topic=31423.msg145984#msg145984)