Advanced search  

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]

Pages: [1]   Go Down

Author Topic: [Solved]: Help! What are these headings called?  (Read 2494 times)

0 Members and 1 Guest are viewing this topic.

moonunit

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
[Solved]: Help! What are these headings called?
« on: March 20, 2008, 07:24:06 am »

Hello all

If you have a look at my gallery I have some headings appearing the same colour as the background they are on
Where do i change the colours of these?

the headings are:
Random files
Last additions
Debug Info

....maybe others I havent come across yet...

This is the gallery (yes its is still very much in the works)
http://www.carlaadams.net/gallery/

Thanks in advance for any help
« Last Edit: March 20, 2008, 08:21:23 am by Joachim Müller »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Help! What are these headings called?
« Reply #1 on: March 20, 2008, 07:57:26 am »

This is related to an improper modification of your custom theme - it's never wise to set the background color to the similar value your foreground color is set to. Use the web developer toolbar (as suggested in the sticky thread "Making a brand new theme, where to start?" on this very sub-board) to figure out such things - install it and then click on "CSS" -> "Vies style information", then hover over the section you want to figure out what CSS it is controled by. In your case, you'll have to edit your stylesheet and look for
Code: [Select]
.tableh1 {
        background: #666666;
  font-size: 12px;
        color : #666666;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 15px;
}
As you can see, background: #666666; and color : #666666; are a sort of contradiction.
Logged

moonunit

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Help! What are these headings called?
« Reply #2 on: March 20, 2008, 08:09:25 am »

A-HA!

Thank you very much.

Problem solved!

Thank you
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.