By Gary Piland on Saturday, 12 December 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 458
Votes 0
I would like the Category Module to show only the Category titles, not the folder icons or avatars. How can I remove the icons?
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

You can apply this following css in your template file, so it will hide this icon in your category module.

div#fd.eb.eb-mod.mod_easyblogcategories .fa {
display: none !important;
}
·
Saturday, 12 December 2015 10:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post