[Themes] modified theme default [Themes] modified theme default
 

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

[Themes] modified theme default

Started by kyss, November 25, 2004, 12:18:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kyss

Hi I would like to change the color of my "category 's name" in my gallerie.. I don't see it in my style.css

how to do ?


Casper

This is the 'catlink' in the style.css.

You can check what the css controls by going to the demo, and choosing the 'styleguide' theme.  This is also in the download, so you can try it on your own setup.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

kyss

No I don't want to change the color of "category" juste change the color of the name of my category
exple :

>Category
>>animals

if "animals" is black and my tableb background is black too i can't see the name of my category so i would like to change this color


someone can help me..

Casper

Well thanks for trying.

let me assure you, the colours you need to change are;

.catlink a {
        text-decoration: underline;
        color: #FFFF00;
}

.catlink a:hover {
        color: #FFFF00;
        text-decoration: underline;
}
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

kyss

ok u right for the over link becoming in yellow with your example but, the static text stay in black

where can I change this color.. I use CPG 1.2.2


:-\\

Joachim Müller

1) There's no such version "cpg1.2.2"
2) Your question is a support request, which mustn't go into the "general discussion" board, but the proper support board. Post what version you actually have, so we can move this thread accordingly.
3) You might want to take a look at some basic css tutorials, e.g. http://www.w3schools.com/css/default.asp

Joachim