Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #538878

    Hello,

    I’m using the article blog module to display a grid with articles from categories.

    Is there a way to exclude one specific article from the grid ?

    Carosch

    #539162

    Hey carosch!

    Add this to your custom CSS.

    .slide-entry-wrap article.post-entry-3046 { display: none !important; }
    

    Where 3046 is the ID of the post.

    Best regards,
    Elliott

    #541835

    Thank you

    carosch

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘exclude one article from a Blog Article Module’ is closed to new replies.