By Joel Brondos on Sunday, 16 March 2014
Posted in General
Replies 3
Likes 0
Views 0.9K
Votes 0
I'd like to be able to replace or remove the box-faced avatar in Quick Question and Search modules.
Hello Joel Brondos,

I am really sorry for the delay of this reply as it is a weekend for us here.
Yes, you can add this css code in your template file JoomlaFolder/templates/jsn_epic_pro/css/template.css


#dc_quick-discussion .avatar {
display : none;
}

.discuss-searchbar .discuss-avatar {
display: none;
}

Hope this help.
·
Sunday, 16 March 2014 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Does it matter _where_ in the CSS code I place this?

I'm also a bit of a novice . . . how to I access the template.css file and what editor should I use? Is it like th phpmyadmin which is located in the cPanel or somthing else?

I have done things like this before without screwing everything up, but I don't do it very frequently so I appreciate any pointers even if they seem very basic to you. Thanks.
·
Wednesday, 19 March 2014 07:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Joel,

You can put the CSS code in this file ../templates/jsn_epic_pro/css/template.css. You can use any editor to edit the file. My suggestion is put the css code at the most bottom for future reference. Hope this helps.
·
Wednesday, 19 March 2014 10:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post