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

    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;}
    Ninja locked the discussion.
    Write a Reply...
    You need to Login to view replies.