Hi all,

Drupal newbie here, but I want the content title tags on my pages to be something OTHER than an h2 tag because h2 is also being used as the subtitle tag, as you can see here:

http://204.13.252.34/drupal_spineu/nutrition_and_your_spine

How do I style it to look like this?:

http://204.13.252.34/drupal_spineu/index.php

Thanks!

Comments

jenscbc’s picture

try to look in style.css at: #contentg h2.title, maybe you can fix it there?

If you want a nice and handy tool for CSS, then try using Firefox browser with the "Web developer" extension - it's really good :-)
Try the view style information and perhaps then the edit CSS.
Hope you fixed it.

bsuttis’s picture

Check out your page.tpl.php and node.tpl.php files in your theme directory, there you'll find the h2 tags, and you can modify them to be h3 or whatever you desire.