Viewing 1 replies (of 1 total)
  • Hey there,

    You can achieve what you’re after with the help of following custom CSS:

    #main img{
        display:none;
    }
    body.post-grid .site-content article.post{
        min-height:0px;
    }

    You can either add the custom CSS directly in your child theme’s stylesheet, or using a plugin like Advanced CSS Editor. Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘grey fields’ is closed to new replies.