StackIdeas
Hide Search Bloggers field
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.
Arlex Wong
·
Friday, 04 September 2015 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
#221552
Actually the one that appears below the Showcase Module (see my attachment) is what I would like to hide.
Gary Piland
·
Friday, 04 September 2015 01:37
·
0 Likes
·
0 Votes
·
0 Comments
·
#221553
You can apply this following css code in your current template css file
div#fd.eb .eb-authors-finder {
display: none !important;
}
Arlex Wong
·
Friday, 04 September 2015 01:43
·
0 Likes
·
0 Votes
·
0 Comments
·
#221555
Ok, thanks!
Gary Piland
·
Friday, 04 September 2015 01:47
·
0 Likes
·
0 Votes
·
0 Comments
·
#221558
You're welcome
Arlex Wong
·
Friday, 04 September 2015 01:52
·
0 Likes
·
0 Votes
·
0 Comments
·
#221560
View Full Post