adelejeffs Posted October 19, 2021 Share Posted October 19, 2021 Site URL: https://www.heartnsoulshop.com/shop-home Hi i would like to target and change the url of the "shop" bread crumb link at the top of my product pages. So for example wear it says... Shop > Tiger Rug on this page: https://www.heartnsoulshop.com/shop-products/tiger-rug Like Shop to lead to this url: https://www.heartnsoulshop.com/shop-home instead of this https://www.heartnsoulshop.com/shop-products I know to do this it's something like... add this to footer code injection area but it's not working for me at the moment: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('a.ProductItem-nav-breadcrumb-link').attr('href','https://www.heartnsoulshop.com/shop-home'); }); </script> any ideas very welcome! Link to comment
tuanphan Posted October 21, 2021 Share Posted October 21, 2021 On 10/20/2021 at 2:08 AM, adelejeffs said: Site URL: https://www.heartnsoulshop.com/shop-home Hi i would like to target and change the url of the "shop" bread crumb link at the top of my product pages. So for example wear it says... Shop > Tiger Rug on this page: https://www.heartnsoulshop.com/shop-products/tiger-rug Like Shop to lead to this url: https://www.heartnsoulshop.com/shop-home instead of this https://www.heartnsoulshop.com/shop-products I know to do this it's something like... add this to footer code injection area but it's not working for me at the moment: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('a.ProductItem-nav-breadcrumb-link').attr('href','https://www.heartnsoulshop.com/shop-home'); }); </script> any ideas very welcome! It looks like you removed breadcrumb. Do you still need help? https://www.heartnsoulshop.com/shop-products/tiger-rug Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment