Author Topic: Where can i change following text colors?  (Read 8663 times)

0 Members and 1 Guest are viewing this topic.

Offline Stravers

  • Pre-Newbie
  • Posts: 5
    • View Profile
Where can i change following text colors?
« 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.

Offline Stravers

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: Where can i change following text colors?
« Reply #1 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


Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Where can i change following text colors?
« Reply #2 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.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Stravers

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: Where can i change following text colors?
« Reply #3 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?

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Where can i change following text colors?
« Reply #4 on: December 10, 2005, 10:17:51 PM »
in /templates/<your_template>/style.css (style ... or similar)
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Stravers

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: Where can i change following text colors?
« Reply #5 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"

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Where can i change following text colors?
« Reply #6 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.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: Where can i change following text colors?
« Reply #7 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;
}

Offline Stravers

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: Where can i change following text colors?
« Reply #8 on: December 12, 2005, 01:36:24 PM »
Thank you very much!!!!

That was the info i was looking for!