Your theme may have a different class assigned to the &quot;Read more&quot; text.  A theme I just looked at, for example, uses &quot;node_read_more&quot;.  Setting whatever class you&#39;ve got on that text to &quot;display: none&quot; is likely the easiest way not to display this text.<div>
<br></div><div>You can use the same technique to hide the title from a page or node display, but be careful about the scope of the CSS selector.  The class &quot;title&quot; will probably address not only the titles on the node pages, but also likely on your node lists.  This will vary by theme, so you will have to look.  You can also remove the printing of the $title variable from the node and/or page .tpl files, but again this may be a broader stroke than you wish.</div>
<div><br></div><div>bc<br><div><br></div><div><br><br><div class="gmail_quote">On Mon, Feb 7, 2011 at 11:13 AM,  <span dir="ltr">&lt;<a href="mailto:pat@soligsoft.com">pat@soligsoft.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello all,<br>
<br>
What would be the easiest way to make the content/node title invisible.<br>
Also it seems using &quot;.node-readmore {display:none;}&quot; to make the &quot;read<br>
more&quot; tag invisible is not working.  Any ideas?<br>
<br>
PChuprina<br>
<br>
_______________________________________________<br>
themes mailing list<br>
<a href="mailto:themes@drupal.org">themes@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>
</blockquote></div><br><br clear="all"><br>
</div></div>