Home › Forums › WoodMart support forum › Shop Home Shop Home This topic has 9 replies, 2 voices, and was last updated 1 day, 3 hours ago by applied-quill-0t. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts May 26, 2023 at 7:37 am #470107 applied-quill-0tParticipant Can I change this “home” to be the shop-home page, not the site’s homepage? Attachments:You must be logged in to view attached files. May 27, 2023 at 7:39 am #470401 applied-quill-0tParticipant Bump on this — can I use CSS on the shop to hide this? May 27, 2023 at 11:44 pm #470534 Elise NoromitKeymaster Hello, It is not possible to use CSS or set different breadcrumbs in different places on the site, unfortunately. If you have any questions please feel free to contact us. Best Regards May 29, 2023 at 9:01 am #470667 applied-quill-0tParticipant can I hide “home” at least? May 30, 2023 at 2:02 am #470950 Elise NoromitKeymaster Hello, Please provide the page URL we will check. Best Regards May 30, 2023 at 11:36 pm #471273 applied-quill-0tParticipant URL: rnexplained.com/shop/ Thank you!! June 2, 2023 at 3:31 am #471980 Elise NoromitKeymaster Hello, Please insert the site admin access into the Private content below the message area. We will take a closer look at the case. Best Regards June 2, 2023 at 3:32 am #471982 applied-quill-0tParticipant Attached below June 3, 2023 at 2:38 am #472281 Elise NoromitKeymaster Hello, Owing to the Jatpack, I cannot enter the site with these credentials. Please deactivate this plugin for a while. Best Regards June 3, 2023 at 8:01 am #472314 applied-quill-0tParticipant Fixed it myself. Easy fix, add the code below /** * Replace the home link URL */ add_filter( ‘woocommerce_breadcrumb_home_url’, ‘woo_custom_breadrumb_home_url’ ); function woo_custom_breadrumb_home_url() { return ‘url here’; } Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to create new topics. Login / Register