forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: mbalire on July 30, 2010, 10:58:35 am

Title: help how to make powered by link at the footer appear white and be seen
Post by: mbalire on July 30, 2010, 10:58:35 am
i have a theme which was  modiftied by another person but he made poweredby link to be black which was wrong so i want to make it white but i have faied to locate the file to change it so i need your help how to do it.
my gallery is http://www.bigbrotherafrica.com/gallery using 1.4.25
Title: Re: help how to make powered by link at the footer appear white and be seen
Post by: mywedding on July 30, 2010, 02:18:10 pm
hi,

you can edit it in "themes/WhichThemeYouUse/style.css"
Title: Re: help how to make powered by link at the footer appear white and be seen
Post by: mbalire on July 30, 2010, 02:38:35 pm
thanks so much but the row colour has not charged but the text has been changed.
thanks once again
Title: Re: help how to make powered by link at the footer appear white and be seen
Post by: phill104 on July 30, 2010, 05:07:57 pm
First you should upgrade as you are a couple of versions behind.

To find out what controls any element I quickly used the firebug addon for firefox (google it). With that you can click on any element and see the css that controls it. In your case the black bar is in style.css around line 45.

Code: [Select]
.footer {
background-color:#000000;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}

Please upgrade as a matter of urgency as some security fixes have been applied.