Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Sven de Bie

    (@debiesven)

    function esell_home_link($items, $args) {
    
    	// Only show home icon for main navigation.
    	if($args->theme_location != 'esell-navigation'){
    		return $items;
    	}
    
    if (is_front_page())
    ...

    This is the solution. I can’t get it to commit to the svn.

    Theme Author Sandy

    (@sandy786)

    You can edit menu from dashboard and save it but on top menu home icon is default .

    Also to hide Home icons use CSS code like

    #navigation .home-icon img {
    display:none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home button before every menu’ is closed to new replies.