Advanced search  

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

Pages: [1]   Go Down

Author Topic: help how to make powered by link at the footer appear white and be seen  (Read 7015 times)

0 Members and 1 Guest are viewing this topic.

mbalire

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29

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
Logged

mywedding

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Female
  • Posts: 42
  • MyWedding
    • Wedding

hi,

you can edit it in "themes/WhichThemeYouUse/style.css"
Logged
Dreams are free, so free your dreams, "Astrid Alauda"

mbalire

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29

thanks so much but the row colour has not charged but the text has been changed.
thanks once again
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me

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.
Logged
It is a mistake to think you can solve any major problems just with potatoes.
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.