XF 2.2 Ability to hide snippet on specific nodes

  • Thread starter Thread starter Deleted member 241496
  • Start date Start date
D

Deleted member 241496

Guest
Is there a way to hide snippets on specific nodes as well as the 'view full article' link on specific nodes? We are trying to create a directory with some of our nodes and want only the title shown in the article format
 
We figured out how to hide the preview snippet and link but now there is still space there. Now we need to figure out how to get rid of that space and center the title text. We used the following to accomplish it so far:

Code:
[data-container-key="node-145"]
{.articlePreview-links {display: none;}
.articlePreview-content {display: none;}
}
 
Top Bottom