coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: apassio on December 18, 2005, 07:07:24 PM

Title: How to change album category name formatting
Post by: apassio on December 18, 2005, 07:07:24 PM
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
Title: Re: How to change album category name formatting
Post by: Nibbler on December 18, 2005, 07:15:57 PM
It is .catlink a
Title: Re: How to change album category name formatting
Post by: apassio on December 18, 2005, 07:35:15 PM
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

Title: Re: How to change album category name formatting
Post by: Nibbler on December 18, 2005, 07:40:36 PM
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
Title: Re: How to change album category name formatting
Post by: apassio on December 18, 2005, 07:47:57 PM
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
Title: Re: How to change album category name formatting
Post by: Nibbler on December 18, 2005, 07:53:35 PM
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" />
Title: Re: How to change album category name formatting
Post by: apassio on December 18, 2005, 08:08:50 PM
Now it's clear! sorry for the silly question. ::)

Solved

regards