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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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