coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: spiderweb on March 02, 2006, 02:47:06 AM

Title: Gallery name change colour & size
Post by: spiderweb on March 02, 2006, 02:47:06 AM
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
Title: Re: Gallery name change colour & size
Post by: Joachim Müller on March 02, 2006, 07:56:13 AM
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.