By Sam Benihya on Saturday, 06 September 2014
Posted in General Issues
Replies 3
Likes 0
Views 778
Votes 0
I would like to remove avatar border from categories (image attached) but it did not work when editing this file:
com_easydiscuss/themes/flatt/styles/style.css

How can I do it?
Hello Sam Benihya,

I am really sorry for the delay of this reply as it is a weekend for us here.
Try apply this CSS code in your template css file and see how it goes?

div#discuss-wrapper.discuss-view-categories .discuss-categories .discuss-avatar {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border: 0 none !important;
}
·
Saturday, 06 September 2014 10:50
·
0 Likes
·
0 Votes
·
0 Comments
·
firebug is a good helper for this
·
Tuesday, 09 December 2014 16:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Stefan,

Thanks for sharing. Yes, Firebug is a very good extension for this kind of inspection.
·
Tuesday, 09 December 2014 19:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post