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 ?
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.
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..
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;
}
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
:-\\
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