Title: grey fields
Last modified: September 1, 2016

---

# grey fields

 *  Resolved [eveliens](https://wordpress.org/support/users/eveliens/)
 * (@eveliens)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/grey-fields/)
 * I installed Shopera, but in my blog section I get grey fields and I tried everything,
   but can’t seem to get rid of them [http://mystickytoffee.com/?page_id=464](http://mystickytoffee.com/?page_id=464)

Viewing 1 replies (of 1 total)

 *  [Suyogya Shukla](https://wordpress.org/support/users/themeislesupport/)
 * (@themeislesupport)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/grey-fields/#post-7599101)
 * 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](https://wordpress.org/plugins/advanced-css-editor/).
   Hope it helps.

Viewing 1 replies (of 1 total)

The topic ‘grey fields’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/shopera/1.4.3/screenshot.png)
 * Shopera
 * [Support Threads](https://wordpress.org/support/theme/shopera/)
 * [Active Topics](https://wordpress.org/support/theme/shopera/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/shopera/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/shopera/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Suyogya Shukla](https://wordpress.org/support/users/themeislesupport/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/grey-fields/#post-7599101)
 * Status: resolved