• Hello! I hope you can help me. The main page is perfect, but the secondary pages below the menu there is a line and then: “Home / Page2”, etc.
    My question is: can this be eliminated?
    Thank you!
    Ignatius

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hi,

    can you please provide me url so, i can guide you to remove it.

    Thanks

    Theme Author alexvtn

    (@alexvtn)

    Hi

    to remove the breadcrumb, please follow these steps:

    1. Create a child theme of Bazaar Lite
    2. Add the following code inside the functions.php file of your child theme
    		function bazaarlite_remove_breadcrumb() {
    	
    			remove_action( 'bazaarlite_get_breadcrumb', 'bazaarlite_get_breadcrumb_function', 10, 2 );
    			
    		}
    		
    		add_action('init','bazaarlite_remove_breadcrumb');
    

    Please let me know

    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove secondary menu’ is closed to new replies.