coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: lurkalot on November 02, 2007, 08:51:32 PM

Title: Classic theme colour, help please.
Post by: lurkalot on November 02, 2007, 08:51:32 PM
Hi all

I'm trying to change the colours etc on the classic theme.  I have managed to sort most of them except the text colour outlined in the screengrabs below.  Trying to change to white. ;)

[Edit GauGau] Replaced hotlinked image with attachment [/Edit]

Can anyone point me in the right direction please.

Title: Re: Classic theme colour, help please.
Post by: Joachim Müller on November 03, 2007, 06:17:11 PM
http://forum.coppermine-gallery.net/index.php?topic=24056.msg123520#msg123520
Title: Re: Classic theme colour, help please.
Post by: lurkalot on November 03, 2007, 06:50:25 PM
Thanks GauGau

Have already searched and read that thread.  Unfortunately being very new to all this stuff, for some reason it didn't help me find the actual part of the css I need to alter.   I used the firefox version, as the IE one gives me errors when closing my browser.

Any further help would be appreciated. ;)
Title: Re: Classic theme colour, help please.
Post by: zac on November 04, 2007, 12:06:13 AM
The Web Developer addon for FF GauGau recommended is the best tool ever :D  How could that not help you??  Install it, hit Shft+CTRL+Y and roll your mouse over the  text in question.

I think it is prob tableh1

The other cool thing about that FF addon is you can just use edit css and take a lot educated guesses changing font colors and see what happens. 
If it shows that it just lies within a blank td container you might have to make a new class for it.
Title: Re: Classic theme colour, help please.
Post by: lurkalot on November 04, 2007, 01:45:07 AM
zac

Thank you, I'll give it another go.   

"hit Shft+CTRL+Y and roll your mouse over the  text in question."  Thanks also for that tip.

I'm very new to this sort of stuff, so please bear with me. ;)
Title: Re: Classic theme colour, help please.
Post by: lurkalot on November 20, 2007, 11:02:19 AM
OK, well I still haven't found the code I need to edit.  I've tried the tools suggested too  :-[

Can someone point me in the right direction please, it would be much appreciated.
Title: Re: Classic theme colour, help please.
Post by: Joachim Müller on November 20, 2007, 03:15:42 PM
I find it strange that you were unable to tell the class you need to change, given so much advice. Using the tool we have been discussing in this thread I just reviewed the corresponding class: catrow.
Add.catrow {
  color:white;
}
to your stylesheet if you want that text to appear in white.
Title: Re: Classic theme colour, help please.
Post by: lurkalot on November 20, 2007, 06:44:27 PM
GauGau,

thank you again, that has worked a treat.  ;)