Site icon Catch Themes

How to remove breadcrumb action

I want the breadcrumb to appear in the content area (not directly below the menu - I don't want it pushing down the sidebar) I have enabled the breadcrumb in "Customise" I have then tried to move it by remove the original action and adding a new one:
remove_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 50 );
add_action( 'catchresponsive_before_page_container', 'catchresponsive_add_breadcrumb', 20);
This is adding the breadcrumb action exactly where I want it BUT it is not removing the original action (therefore I have 2 breadcrumbs appearing) What is wrong with my call? Why isn't this operating properly? remove_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 50 );
Exit mobile version