Support

Account

Home Forums General Issues Show gallery "remove" icon not just on hover Reply To: Show gallery "remove" icon not just on hover

  • The css i gave before is incorrect. That is for an image field. For a gallery field this is the code that needs to be added

    
    
    .acf-gallery .acf-gallery-attachment .actions {
      display: block !important;
    }