StackIdeas
how to delete icon from comment editor of EasyBlog
By
poolotw
on Monday, 15 September 2014
Posted in
General Issues
Likes
0
Views
1K
Votes
0
Comments seem to have a different editor. (Is it MarkItUp editor?)
I need to delete the "add image" icon requesting a URL.
How do I do this please?
Hello jeanette,
Sorry for late reply to this,
You can use the CSS hide it, try apply this CSS block code in your template css file.
#eblog-wrapper .markItUp .markItUpButton4 a {
display:none;
}
Arlex Wong
·
Monday, 15 September 2014 12:33
·
0 Likes
·
0 Votes
·
0 Comments
·
#166240
Excellent! It worked!
Thank you very much.
poolotw
·
Tuesday, 16 September 2014 11:00
·
0 Likes
·
0 Votes
·
0 Comments
·
#166478
hello Jeanette Fitzmaurice,
You're welcome,
Arlex Wong
·
Tuesday, 16 September 2014 11:18
·
0 Likes
·
0 Votes
·
0 Comments
·
#166481
View Full Post