Title: Remove edit image feature
Last modified: April 22, 2022

---

# Remove edit image feature

 *  Resolved [5vvo8jvod6](https://wordpress.org/support/users/5vvo8jvod6/)
 * (@5vvo8jvod6)
 * [4 years ago](https://wordpress.org/support/topic/remove-edit-image-feature/)
 * In “add advert” page. When you upload an image to the gallery field. There is
   2 acions button, to edit and to delete the image. How to disable the edit image
   details?
 * I tried using css like this and no success:
 *     ```
       a.adverts-button-edit{
           display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [4 years ago](https://wordpress.org/support/topic/remove-edit-image-feature/#post-15587746)
 * Your CSS rule is correct just postfix the value with the `!important` keyword
   like this `display: none !important;`

Viewing 1 replies (of 1 total)

The topic ‘Remove edit image feature’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/remove-edit-image-feature/#post-15587746)
 * Status: resolved