By Tuan Nguyen on Monday, 11 January 2016
Posted in General Issues
Likes 0
Views 461
Votes 0
How do I remove the avatar from the search bar?

Inputing this code below to my template.css file does not work from this posting:

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

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


I have attached my template.css before adding the code so you can see if there is some custom line that is causing the issue of not removing the avatar.


Thanks
Use this code instead and add it into your template's css file

·
Monday, 11 January 2016 16:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you so much for your quick response but I refreshed the page a few times with the original code,

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

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



And it worked.

Thanks again for your help. Have a great day!
·
Monday, 11 January 2016 16:49
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Probably your browser is caching the styling.
·
Monday, 11 January 2016 16:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post