Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    I am just wondering where i can chage the album title size. I've looked in the css files and even galllery.php but i cannot find anything.
    • CommentAuthorddejong
    • CommentTimeFeb 14th 2006
     
    Change the initial font-size in the CSS.

    html {
    font-size: 76%;
    }

    Should do the trick, but if there font-sizes in points (pt) or pixels (px), those will have to be changed to percents (%) or ems (em).

    Cheers,
    Derek