After updating from 5.4.4 to 5.5.1 I noticed that tab in the vertical theme we use. In my opinion is redundant, since the home can be reached by clicking the company logo anyways. How do I remove it from the tab list?
Announcement
Collapse
No announcement yet.
How do I remove the Home tab ?
Collapse
X
-
-
Originally posted by yurikuzn View PostThere is no such an ability. Having a home tab (even redundant) is ubiquitous and expected by users.
BTW what is the relevant php or json file to remove it by force ?Last edited by tothewine; 12-17-2018, 05:06 PM.
Comment
-
You can just add css
ul.navbar-nav > li[data-name="Home"] {
display: none;
}
If you lack of vertical space you can hide rarely used tabs in the dropdown.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
Comment
Comment