Gallery name change colour & size Gallery name change colour & size
 

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

Gallery name change colour & size

Started by spiderweb, March 02, 2006, 02:47:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

spiderweb

I am using the 'eyeball' theme and have changed background colours etc, however I cant figure out how to change the font & colour of my Gallery Name in the style.css file. Can someone help.
Thanks
Patricia

Joachim Müller

no particular class assigned to it, it's just HTML's <h3> tag - either edit themes/eyeball/style.css, findh3 {
        font-weight: normal;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 14px;
        color: #999999;
        margin: 0px;
}
and edit accordingly, or edit themes/eyeball/template.html, find<h3 align="center">{GAL_NAME} - {GAL_DESCRIPTION}</h3>and modify as you see fit.