Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Remove 'enlarge' button after image upload › Reply To: Remove 'enlarge' button after image upload
October 2, 2018 at 1:12 pm
#9571
Lievelabels.nl
Participant
I confirm that in 14.1.1 the enlarge button is still there!
You can add custom CSS to hide the button:
.ppom-wrapper .btn-group>.btn:nth-child(2) {
display: none;
}
- This reply was modified 6 years, 1 month ago by Lievelabels.nl.