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;
}
·
Monday, 15 September 2014 12:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Excellent! It worked!
Thank you very much.
·
Tuesday, 16 September 2014 11:00
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Jeanette Fitzmaurice,

You're welcome,
·
Tuesday, 16 September 2014 11:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post