How to remove the house icon ?

Knowledge Base > Sahifa > How to remove the house icon ?

in Sahifa

You will need to add this code snippet into “Global CSS” section under (Sahifa TiePanel >> Styling):

header#theme-header #main-nav ul li.menu-item-home a , header#theme-header #main-nav ul li.menu-item-home.current-menu-item a{
    background-image: none !important;
    text-indent: 0;
    width:auto;}

0