• Resolved 5vvo8jvod6

    (@5vvo8jvod6)


    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

    (@gwin)

    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.