A alpdarslan Member Jul 25, 2016 #1 hi how remove external img upload button? thanks Attachments Ekran Resmi 2016-07-25 22.56.32.webp 40.9 KB · Views: 8
EQnoble Well-known member Jul 25, 2016 #2 You can easily hide it by adding this to your EXTRA.css template: Code: li.redactor_btn_container_image { display: none; } To actually remove the button would take slightly more work so I will leave you with that. Upvote 0 Downvote
You can easily hide it by adding this to your EXTRA.css template: Code: li.redactor_btn_container_image { display: none; } To actually remove the button would take slightly more work so I will leave you with that.