Hello, I am working with zen theme, and it's great but I have some problems, I want to give a orange color to the titles, and take out the underline decoration.

In my subtheme css I have grite this:

.node h2.title /* Node title */
  {
  color:#FF6C43 ;
  }

but nothing happens. The extrange, is that I make the same to the block titles, and It works

Any help please.

Oskar

Comments

Anonymous’s picture

Try double checking to make sure you are editing the correct CSS element. I highly recommend the Web Developer add-on for Firefox. The "view style information" feature is very helpful and let's you see the exact CSS element that is applied to a section of the page.

Rob Safuto
Learn By The Drop is a place to learn Drupal. If you're new to Drupal I recommend having a look at my Beginner's Guide To Drupal.

oskar_calvo’s picture

thanks awakenedvoice, I usually works with firebug, but I'll try Web Developer.

I get it, this is the code that must be use:

.node h2.title a /* Node title */
  {
  color:#FF6C43 ;
  }

And you will change the node titles in zen theme and subtheme

Oskar

gestión del conocimiento y de la información con software libre

webster h.’s picture

excuse me

if I add

.node h2.title a /* Node title */
{
color:#FF6C43 ;
}

in danland's style.css

and

what code do I have to use to change the title color??

OR can someone show me how to do the exact steps?

thanks a lot!