forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: apassio on July 29, 2004, 09:05:20 pm

Title: How to change font size of album category or album name?
Post by: apassio on July 29, 2004, 09:05:20 pm
Hello,

I tried to look for an answer to this question but could not find it (except generic part on themes).

I just created my site below:

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

I find that the category name is too small (e.g. France) and also would like to change the font or colour of the album name (e.g. Corse).

Can you please help me out?

Thanks
Title: Re: How to change font size of album category or album name?
Post by: Casper on July 29, 2004, 09:10:09 pm
You change these in the style.css files.

Look at the demo, link above, and switch it to 'styleguide' theme.  You can then click on the different css items, to see what is controlled by what.
Title: Re: How to change font size of album category or album name?
Post by: apassio on July 29, 2004, 10:58:42 pm
Thanks for the hint. I may need so more help.

I did look at the demo with the styleguide theme. I found the right line (catlink item), but where do I change the font size now? I looked in the style.css file for catlink and found this:

.catlink {
        display: block;
        margin-bottom: 2px;
}

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

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

not sure what I need to do.

Also, on the catlink line in the styleguide theme, there is a cross in the column lnldel.php, but I do not know where to find that file nor what to do with it.

THanks for your advice