A second question: I have an external meu, of the site, and the internal toolbar ... is it possible to remove the "Home" item (icon in the toolbar) from the internal toolbar? This is because I would like to favor navigation through the "Home" of the site. How should I proceed?
many thanks in advance
Toolbar - delete "Home"
maria-jose
Hi
Add this code in custom.css file of your template if its supported.
or you can add it at the end of template.css file to hide it
.joms-toolbar--desktop li:first-child {display:none;}
Perfect. Thank you very much
maria-jose
You are welcome!
Ninja locked the discussion.