How to change font size of album category or album name? How to change font size of album category or album name?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How to change font size of album category or album name?

Started by apassio, July 29, 2004, 09:05:20 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

apassio

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

Casper

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.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

apassio

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