Hide insert image button in ask a question page
i need to hide the button insert image in my ask question page in my website.please guide me
Vyacheslav Trotsak Answered question
Insert in theme’s css file:
.ap-btn-insertimage { display: none; }
Vyacheslav Trotsak Answered question