forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: donkeykong on November 18, 2005, 06:56:07 pm

Title: Text size and color
Post by: donkeykong on November 18, 2005, 06:56:07 pm
Well it won't let me post in the modification forums so here it goes...

Is it possible to change text size and color int the gallery?  Thanks...

Dave.
Title: Re: Text size and color
Post by: Abbas Ali on November 18, 2005, 07:02:23 pm
Edit themes/yourtheme/style.css

Please search the board before posting.
Title: Re: Text size and color
Post by: donkeykong on November 28, 2005, 05:19:39 pm
Thanks for the reply.  Mainly I would like to change the color of the text that says Coppermine Photo Gallery in top right of the Hardwired theme.  I can't seem to figure out where it is in the style.css file.  Thanks for your time.
Title: Re: Text size and color
Post by: Abbas Ali on November 28, 2005, 07:17:05 pm
Find

Code: [Select]
.gal_name
{
        color:#4C5157;
        font-size:20px;
}

and edit the color value to what you want.