forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: kh44na on July 30, 2004, 08:44:45 am

Title: Coppermine Credit - Edit Text Face
Post by: kh44na on July 30, 2004, 08:44:45 am
Hello,

I've been reading around and used the search function for quite a while to see if I could find something, and I've definately found quite a few posts regarding he footer credit line, but nothing that answered my question exactly.

I don't wan to get rid of the credit line - its againist the rules as I have discovered.  All I want to know how to do is if I wanted to say change the footer line to about 10 point "VERDANA" font and change it to a light blue colour.

How would I go about doing this?  I just want to know how to make the line match more nicely with my site.

Thanks in advance!
Title: Re: Coppermine Credit - Edit Text Face
Post by: Joachim Müller on July 30, 2004, 08:48:18 am
take a look at the css class "footer" in themes/yourtheme/style.css

GauGau
Title: Re: Coppermine Credit - Edit Text Face
Post by: kh44na on July 31, 2004, 02:10:39 am
Hello,

Thanks for the quick response.

i tried editing the following lines of code in the mytheme/style.css:

Code: [Select]
.footer {
        font-size : 12px;
color: #000099;
}

.footer a {
        text-decoration: none;
        color: #000099;
}

.footer a:hover {
        color: #000099;
        text-decoration: underline;
}

But I notice that when I view my page - the credit line doesn't actually show up as blue.

Why is this? you're help would be great

THANKS IN ADVANCE.
Title: Re: Coppermine Credit - Edit Text Face
Post by: Carsten on July 31, 2004, 03:04:03 pm
If you would give a link to your site one probably could solve your problem ..  ;)