I fail to remove the link "read more" but has no text below the .
How can I not see this link on the nodes that do not need it?

Comments

shruti.sheth’s picture

Hello,
One of the ways for removing the readmore link is as follows.
Suppose the node on which the read more link is not required has id node-2
then please add the following css code in your style.css file

#node-2 .node_read_more a {
  display: none;
}

Give the id for the different nodes respectively where the link is not required.
Hope this helps!

Thanks,
Shruti.