Coppermine Credit - Edit Text Face Coppermine Credit - Edit Text Face
 

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

Coppermine Credit - Edit Text Face

Started by kh44na, July 30, 2004, 08:44:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kh44na

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!

Joachim Müller

take a look at the css class "footer" in themes/yourtheme/style.css

GauGau

kh44na

Hello,

Thanks for the quick response.

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

.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.

Carsten

If you would give a link to your site one probably could solve your problem ..  ;)