Okay
  Public Ticket #2696669
Removing description from 'recent posts' section
Closed

Comments

  • yianniskmaos started the conversation

    Hello,

    I have a section on the homepage called 'Latest Tech News' which is showing the 3 most recent posts. I would like it so the image and title are displayed but NOT the description. Can you please let me know how to do this. 

    Thanks, Yiannis

  •  2,963
    Andrew replied

    Hi Yiannis,

    Thanks for keeping in touch,

    Please try this css in Salient > General Settings > CSS/Script Related:

    .excerpt {
        display: none;
    }

    Thanks.

  • yianniskmaos replied

    As always, works like an absolute charm. Thank you and have a great weekend!