multiple columns on homepage/deleting post excerpt on homepage

  • Unknown's avatar

    I have the Maxwell theme, but I want it to look more like the theme Gema, with each post only showing the picture on the homepage with multiple columns. Can I do this with Maxwell theme?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, Gema has some pretty advanced programming on the blog posts page. Try the following custom CSS, which hides the summary and the entry meta data but leaves the image and the title and see what you think.

    .blog .post-content .entry-content, .blog .post-content .entry-meta {
    	display: none
    }
  • The topic ‘multiple columns on homepage/deleting post excerpt on homepage’ is closed to new replies.