Color Changes problem

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
stu2
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Wed Jan 12, 2011 7:34 am

Color Changes problem

Post by stu2 » Wed Jan 12, 2011 7:47 am

http://www.trapperconsulting.co.za

In the above website, i would like to change everything that is written in blue to black...
there are two main pieces of text that needs to change:
the section title
and the login module text that is blue

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28202
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: Color Changes problem

Post by imanickam » Wed Jan 12, 2011 2:23 pm

Modify the value of color in the following css entry that is available in the file blue.css located in the directory \templates\rhuk_milkyway\css.

Code: Select all

h3, .componentheading, table.moduletable th {
  color: #135cae;
}
Note:

Generally, in these situations you could use the tool FireBug to inspect elements and view the css entries.

The tool FireBug that is available in browsers such as FireFox and Chrome could be used for this purpose. With FireBug you can inspect an element in a web page and find out its css entries and in which file the entries are located. You could even change the css entries to see how it affects the look and feel of your site. Once you are satisfied you could incorporate the changes in the actual file.

Review the file http://docs.joomla.org/Tutorial:Using_F ... %20FireBug.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

stu2
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Wed Jan 12, 2011 7:34 am

Re: Color Changes problem

Post by stu2 » Thu Jan 13, 2011 9:00 am

Hey man

Thanks for the help.... i changed all that you said and it worked... thanks for the help


Locked

Return to “Templates for Joomla! 1.5”