Okay
  Public Ticket #1014288
Hide Blog Post Title on homepage
Closed

Comments

  •  2
    Pallabi started the conversation

    Hi,

    How can i hide the blog post titles for my homepage. The blog post section is under the "JOIN NOW & LEARN" text. I want to hide it only on this page.

  •  1,558
    Laborator replied

    Hi Pallabi,

    Use this CSS to hide the blog titles on homepage:

    .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container {
        display: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group