Hello,
I am looking to remove the wish list that was built into the theme on my website, the link never works so I need to remove the button from mobile view footer, settings menu (where you could register an online account, log in, etc.) and from the products pages.
The theme is “pukabop”, website is www.bebibear.com
Thank you.
Hi @bebibear_shop
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag → save.
@media (max-width: 767px){
.info_footer.end button.btn.mb-2 {
display: none;
}
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hey @bebibear_shop ,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
hey can you please help me…
im using dawn theme & want to auto rotate slides in testimonials please help me in the code…
my site url :https://mansaroverfurnishings.com/
thank you very much. it did take it off from the product page but it still shows it on the home page, when im hovering over the product. it shows 3 icons, quick view, select options and add to wishlist. i want to take off the wishlist from there too. i want to completely get rid of the wishlist system from my store please.
the reason im basically deleting it is because it does not add products to the wishlist page. it sometimes adds like 1 product if i attempt to add 5 or 6 products to the wishlist, it hardly adds products to the wishlist first of all and secondly it does not get deleted from the wishlist page if i try to delete it then. i would prefer to get it fixed first if possible please, if not then just help me delete it from the homepage too please. thank you very much for your time and hard work.
Hey @bebibear_shop ,
I don’t know where else the wish list stuff appears on the theme unless you tell me.
To hide the hover icon, delete the code above and replace with the following. Instructions are the same.
thank you very much. this code did a miracle.