PDA

View Full Version : Title not adhering to color change


b-grinner
Nov-26-2006, 04:35 PM
I have included the following in my CSS code so that all title appear as orange.

.title, /* Make sure all title elements are selected */
*.title,
* .title,
.box .title {
color: #ffa500; /* change the text color to orange */


However, it does not seem to be working. Any ideas why this would be occurring?

b-grinner:D