Removing a title


Author Message
Greg

Posted: 1/16/2010
Quote message 

Is there anyway I can remove this heading from my pages?


<a href="http://s252.photobucket.com/albums/hh25/gcox75/?action=view&current=cfdrupal2.png" target="_blank"><img src="http://i252.photobucket.com/albums/hh25/gcox75/cfdrupal2.png" border="0" alt="Photobucket"></a>

 
Greg

Posted: 1/16/2010
Quote message 

sorry about that code, here's think link.

http://i252.photobucket.com/albums/hh25/gcox75/cfdrupal2.png
 
PoolWebsites

Posted: 11/10/2010
Quote message 

In the font options box: I reduced the text to 1pt, make it the background color. In the paragraph tab, I reduced the 'after' spacing to -10. The final result looked like no article header.
 
Lawrence

Posted: 11/14/2010
Quote message 

The best way to do this through the CSS in my opinion,

1. Open Google Chrome.
2. Right click the area you want to theme.
3. Click Inspect Element.
4. There're 2 columns, look at the right column and change the settings of how your "Title" is displayed. You can set it to "display:none" if preferred.
5. Copy your code after you're done changing it.
6. Open your theme's style.css and paste that code at the very end of your file's code.
7. Save it, clear cache, it it should be done.

This applies to anything you want to change, not just titles, so it can be extended very easily. :-)