4images Forum & Community
4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started 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.
-
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)
-
I guess class head or something like that. just look into the templates and see what class it uses.
-
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?
-
in /templates/<your_template>/style.css (style ... or similar)
-
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"
-
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.
-
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;
}
-
Thank you very much!!!!
That was the info i was looking for!