poshyarn Posted December 26, 2022 Share Posted December 26, 2022 (edited) I've obviously done something wrong with my code, because now I've got two icons showing for the shopping cart / bag in the header, and I don't know how to fix it. Help! Edited January 9 by poshyarn Link to comment
poshyarn Posted December 26, 2022 Author Share Posted December 26, 2022 (edited) And in messing around trying to fix it, my drop down menus now have black backgrounds, when they are supposed to be transparent (so you can see the image under them). They also had an underline as you hovered over each item in the menu, and that's gone too..... Edited December 26, 2022 by poshyarn Link to comment
tuanphan Posted December 29, 2022 Share Posted December 29, 2022 What is your site url? We can check easier Also, this is public forum, do not share login password here 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
poshyarn Posted January 9 Author Share Posted January 9 It's https://weareposhyarn.com/home Link to comment
tuanphan Posted January 14 Share Posted January 14 On 1/9/2023 at 5:39 PM, poshyarn said: It's https://weareposhyarn.com/home You want to remove Left or Right Icon? 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
creedon Posted January 14 Share Posted January 14 (edited) Remove the following code from Settings > Advanced > Code Injection > FOOTER. <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script> <script> $(".Cart-inner").append("<i class='fa fa-shopping-bag' aria-hidden='true'></i>"); </script> Then check out Shopping cart icon display for SS's built-in method of changing the cart icon. Let us know how it goes. Edited January 14 by creedon Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
poshyarn Posted January 14 Author Share Posted January 14 7 hours ago, creedon said: Remove the following code from Settings > Advanced > Code Injection > FOOTER. <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script> <script> $(".Cart-inner").append("<i class='fa fa-shopping-bag' aria-hidden='true'></i>"); </script> Then check out Shopping cart icon display for SS's built-in method of changing the cart icon. Let us know how it goes. You're a star, that did it!! creedon 1 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