4images Forum & Community

4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started by: Stravers on December 09, 2005, 06:18:04 PM

Title: Where can i change following text colors?
Post by: Stravers on December 09, 2005, 06:18:04 PM
Ok i am trying to change some text colors, but allready tryed out the entire style.css but couldnt find the settings to changes that text area!

What i mean are the two texts that say "Categories" & "New images" on the top_bg.gif picture.
Title: Re: Where can i change following text colors?
Post by: Stravers on December 10, 2005, 11:11:22 AM
Cant someone help me with this? Here is an example of what i mean, what needs to be change to #000000

(http://img207.imageshack.us/img207/410/frontpage17ak.jpg)
Title: Re: Where can i change following text colors?
Post by: V@no on December 10, 2005, 11:25:59 AM
I guess class head or something like that. just look into the templates and see what class it uses.
Title: Re: Where can i change following text colors?
Post by: Stravers on December 10, 2005, 09:50:25 PM
I guess class head or something like that. just look into the templates and see what class it uses.

But i dont know where to find that?
Title: Re: Where can i change following text colors?
Post by: mawenzi on December 10, 2005, 10:17:51 PM
in /templates/<your_template>/style.css (style ... or similar)
Title: Re: Where can i change following text colors?
Post by: Stravers on December 10, 2005, 10:33:47 PM
Right, i edited the whole Style.css to my colors but like i said i dont know what class it uses, that's why i asked it here, i dont whant to change any of the other colors now because they are perfect, i am using the template "4light_grey"
Title: Re: Where can i change following text colors?
Post by: V@no on December 10, 2005, 10:54:08 PM
i am using the template "4light_grey"
Then perhaps you should ask this question to the author of the template. Dont you think?
Every custom template is different, and without knowing how its made, noone would be able to help you. The template author should defenetly know how their template made.
Title: Re: Where can i change following text colors?
Post by: impss on December 10, 2005, 11:57:45 PM
In your Style.css

.head1 {
  background-color: #BBBBBB;
  color: #000000;  <--Change Here
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
Title: Re: Where can i change following text colors?
Post by: Stravers on December 12, 2005, 01:36:24 PM
Thank you very much!!!!

That was the info i was looking for!