By Ferlin Mogot on Monday, 25 November 2013
Posted in Technical Issues
Replies 3
Likes 0
Views 611
Votes 0
In EB article page, under title article, thera are any comments Link, subscribe link, bookmark link & report link.
I wanna change the link with icon only without text link.
How to do?

Thanks
Hello Ferlin Mogot,

There is no settings to remove the text but you could do a CSS hack by placing this in your custom CSS template.

#ezblog-body .blog-option li.print a, #ezblog-body .blog-option li.pdf a, #ezblog-body .blog-option li.blog-email a, #ezblog-body .blog-option li.blog-report a {
padding-left: 16px;
width: 0px;
overflow: hidden;
height: 16px;
}

#ezblog-body .blog-comments a {
width: 0;
overflow: hidden;
padding: 0 0 0 16px;
}


Thanks:)
·
Monday, 25 November 2013 16:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Khairul, Thanks for your help. The code work properly in my web.
·
Monday, 25 November 2013 16:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

Good to know that it works:)

Have a good day
·
Monday, 25 November 2013 16:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post