Title: Remove / hide images
Last modified: May 3, 2018

---

# Remove / hide images

 *  Resolved [mrblues](https://wordpress.org/support/users/mrblues-1/)
 * (@mrblues-1)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/remove-hide-images/)
 * Hello, I would like to hide images and the areas where image should be shown.
   My ads will be only text based so no need to show anything image related.
 * I present here picture which shows which images / areas should be removed / hided:
 * [https://innofoorumi.fi/sivut/wp-content/uploads/2018/05/remove.jpg](https://innofoorumi.fi/sivut/wp-content/uploads/2018/05/remove.jpg)
 * Cheers!
    -  This topic was modified 7 years, 11 months ago by [mrblues](https://wordpress.org/support/users/mrblues-1/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/remove-hide-images/#post-10242323)
 * Hi, you can hide the space reserved for images by going to wp-admin / Appearance/
   Customize / Additional CSS panel and adding there the code below
 *     ```
       .adverts-list .advert-img {
           display: none !important;
       }
       .adverts-list .advert-post-title,
       .adverts-list .advert-published {
           margin-left: 0 !important
       }
       ```
   
 *  Thread Starter [mrblues](https://wordpress.org/support/users/mrblues-1/)
 * (@mrblues-1)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/remove-hide-images/#post-10243681)
 * this is working, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove / hide images’ is closed to new replies.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mrblues](https://wordpress.org/support/users/mrblues-1/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/remove-hide-images/#post-10243681)
 * Status: resolved