forum.coppermine-gallery.net

No Support => General discussion (no support!) => Topic started by: kyss on November 25, 2004, 12:18:47 pm

Title: [Themes] modified theme default
Post by: kyss on November 25, 2004, 12:18:47 pm
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 ?

Title: Re: [Themes] modified theme default
Post by: Casper on November 25, 2004, 01:24:15 pm
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.
Title: Re: [Themes] modified theme default
Post by: kyss on November 25, 2004, 05:10:43 pm
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..
Title: Re: [Themes] modified theme default
Post by: Casper on November 25, 2004, 07:35:44 pm
Well thanks for trying.

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

Code: [Select]
.catlink a {
        text-decoration: underline;
        color: #FFFF00;
}

.catlink a:hover {
        color: #FFFF00;
        text-decoration: underline;
}
Title: Re: [Themes] modified theme default
Post by: kyss on November 26, 2004, 12:56:07 pm
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


 :-\\
Title: Re: [Themes] modified theme default
Post by: Joachim Müller on December 05, 2004, 12:13:33 am
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