Do you know how to remove Wishlist and Compare icons from my page?

Hi everybody! I have one problem with wishlist and compare icon on my page when scrolling down on every page and when pressing them nothing happens… I don t know how they adds to my page, so maybe some one know how to remove them? my page www.greenstepclub.com

Hi @GreenStepClub

That option belongs Veda app, you may disable it from that app dashboard,

.veda-front-end-portal { display: none !important; }

or please add this code at the bottom of your base.css file to hide it

Hi @GreenStepClub

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 min.css

Step 3: Paste the below code at bottom of the file → Save

[data-tooltip-text=“Wishlist”], [data-tooltip-text=“Compare”] {

display: none;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Thank you for your help! all done

@GreenStepClub You are very welcome