Home › Forums › Space themes support forum › Bread crumbs and quantity of goods Bread crumbs and quantity of goods This topic has 1 reply, 2 voices, and was last updated 3 years, 1 month ago by Luke Nielsen. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 22, 2021 at 9:08 am #326939 lelikletterParticipant Hi, how can I turn off the breadcrumbs category and the number of products on the page? Attachments:You must be logged in to view attached files. October 22, 2021 at 12:52 pm #326990 Luke NielsenKeymaster Hello, In order to remove the breadcrumbs and quantity of goods, try to add this code to the functions.php file in your child theme. if ( ! function_exists('xts_remove_content_after_page_title') ) { function xts_remove_content_after_page_title() { remove_action( 'xts_before_site_content_container', 'xts_custom_content_after_page_title', 20 ); } add_action('wp', 'xts_remove_content_after_page_title', 200); } Kind Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register