Okay
  Public Ticket #867380
Post
Closed

Comments

  •  2
    Ahmad started the conversation

    I am using masonary blog, I want to omit post headlines from the main page. I only want images and no text there. So a visitor by clicking on the image can get the full post on single page. but no text on home page of masonary.

  •  1,558
    Laborator replied

    Hi Ahmad,

    Try this by pasting this CSS in your Custom CSS:

    .blog-holder .box-holder .post-info p {
        display: none;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group