By Gary Piland on Friday, 04 September 2015
Posted in Technical Issues
Likes 0
Views 424
Votes 0
How can I hide the Search Bloggers field that appears on the home page of the blog?
Hey Gary,

Try take a look of my screenshot below.

Do you mean you would like to disable that search box from the toolbar?

If yes, you can disable it from backend > Easyblog > settings > layout > toolbar tab > Display Searchbox - NO

Hope this help.
·
Friday, 04 September 2015 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Actually the one that appears below the Showcase Module (see my attachment) is what I would like to hide.
·
Friday, 04 September 2015 01:37
·
0 Likes
·
0 Votes
·
0 Comments
·
You can apply this following css code in your current template css file

div#fd.eb .eb-authors-finder {
display: none !important;
}
·
Friday, 04 September 2015 01:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, thanks!
·
Friday, 04 September 2015 01:47
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome
·
Friday, 04 September 2015 01:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post