By Adam on Friday, 04 April 2014
Posted in Technical Issues
Likes 0
Views 762
Votes 0
I want to delete the avatar that appears on the search bar, and thereby create more room for the category names.

See attached screen capture.
Hello Adam,

You can try applied this CSS hack in your template CSS file and see how it goes?

div#discuss-wrapper .discuss-searchbar .discuss-avatar {
display: none;
}

div#discuss-wrapper .discuss-searchbar--select {
width: 200px !important;
}

If still can't meet your requirement, is it possible provide us with your Joomla backend and FTP access so we can help you check on this? Please advise.
·
Friday, 04 April 2014 15:07
·
0 Likes
·
0 Votes
·
0 Comments
·
That worked.

Thanks for the prompt and helpful support Arlex
·
Friday, 04 April 2014 15:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Adam,

You're welcome, glad to heard your issues resolved.
·
Friday, 04 April 2014 16:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post