Remove Blog Post Blurbs from Home Page?

  • Posted in : Responsy WP
  • deci13
    Participant

    Is it possible to remove the blog post blurbs from the home page and just have the titles under the thumbnails like the Portfolio thumbnails have?

    Mehmet S.
    Keymaster

    Hi, use this in the custom css field:

    .template-name-homepage-with-slider .latest-posts-wrap p
    {
    display: none;
    }
    
    deci13
    Participant

    Thanks, it worked!

    Mehmet S.
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Responsy WP’ is closed to new topics and replies.