[themes] Making node/Content title invisible, "read more" invisible

Brian Choc bchoc at t4tcolorado.org
Mon Feb 7 18:32:28 UTC 2011


Your theme may have a different class assigned to the "Read more" text.  A
theme I just looked at, for example, uses "node_read_more".  Setting
whatever class you've got on that text to "display: none" is likely the
easiest way not to display this text.

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
"title" 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.

bc



On Mon, Feb 7, 2011 at 11:13 AM, <pat at soligsoft.com> wrote:

> Hello all,
>
> What would be the easiest way to make the content/node title invisible.
> Also it seems using ".node-readmore {display:none;}" to make the "read
> more" tag invisible is not working.  Any ideas?
>
> PChuprina
>
> _______________________________________________
> themes mailing list
> themes at drupal.org
> http://lists.drupal.org/mailman/listinfo/themes
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/themes/attachments/20110207/332fc76c/attachment.html 


More information about the themes mailing list