Text color changes in themes Text color changes in themes
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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