coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: moonunit on March 20, 2008, 07:24:06 AM

Title: [Solved]: Help! What are these headings called?
Post by: moonunit 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/ (http://www.carlaadams.net/gallery/)

Thanks in advance for any help
Title: Re: Help! What are these headings called?
Post by: Joachim Müller 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 (http://chrispederick.com/work/web-developer/) (as suggested in the sticky thread "Making a brand new theme, where to start? (http://forum.coppermine-gallery.net/index.php/topic,24056.msg123520.html#msg123520)" on this very sub-board (http://forum.coppermine-gallery.net/index.php/board,51.0.html)) 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 (http://www.carlaadams.net/gallery/themes/blackbirch/style.css) and look for.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.
Title: Re: Help! What are these headings called?
Post by: moonunit on March 20, 2008, 08:09:25 AM
A-HA!

Thank you very much.

Problem solved!

Thank you