Text color changes in themes Text color changes in themes
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Text color changes in themes

Started by Gibban, August 29, 2006, 06:18:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Gibban

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

silly_walk


Gizmo

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

[edit] got scooped!  :-X
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

Joachim Müller