How to change album category name formatting How to change album category name formatting
 

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

How to change album category name formatting

Started by apassio, December 18, 2005, 07:07:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

apassio

Hello,

just upgraded to 1.4, looks great, but need to customize again my template.

http://www.dophan.com/photos/

I'd like to change the font size / colour of my album categories (such as 'France" or "Europe hors France / Europe except France" see my site above).

I've tried adding/changing "color: #FF0000;" in my theme style.css (waterdrop_son_test) for the following items:
- .catrow_noalb
- .catrow
- .catlink
- .catlink a
- .catlink a:hover

but to no avail... This may sound like a silly question, but some help would be welcome.

Thanks

Son


apassio

Here is what I put in my style.css:

.catlink a {
        text-decoration: underline;
/*Son: before: color: #000000;*/
        color: #FF0000;
/*Son: before: nothing*/
        font-size : 150%;            
}

Neither the color nor the size of my album categories (www.dophan.com/photos/) did change.

Is there something I did wrong?

Thanks


Nibbler

Your changes are not showing up in the stylesheet, make sure you are editing the right file and you uploaded it properly.

http://www.dophan.com/photos/themes/water_drop_son/style.css

apassio

Sorry for not being clear on the theme I'm using.

here is the uploaded file:
http://www.dophan.com/photos/themes/water_drop_son_test/style.css

You will see the modified .catlink a in it

Nibbler

That's not the stylesheet you are actually using though, check your template.html

<link rel="stylesheet" href="themes/water_drop_son/style.css" type="text/css" />

apassio

Now it's clear! sorry for the silly question. ::)

Solved

regards