Support

Account

Home Forums Backend Issues (wp-admin) Upload image button disappears when changing images Reply To: Upload image button disappears when changing images

  • OK, So I have tried this (found it in this forum) and added this css code to input.css

    .acf-image-uploader .view {
    		  width: 150px;
    		  height: 150px;
      		  background-color: #dddddd;

    It works for now but it does not look pretty. So I am still looking for another solution.