Text color changes in themes Text color changes in themes
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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