How can I remove the unexpected wishlist box on my screen?

hi, all of a sudden a black wishlist box appeared in the bottom right of my screen. i have never seen it before and i want to remove it. can someone help me with this?

url: www.joepdries.com

HI @winandgetrich

This is Richard 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 base.css

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

div#kaktus-wishlist-app-1H36o {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

Hi @winandgetrich you can solve this by adding CSS code at the bottom of base.css file of your theme in store admin > Sale channels > Online store > Themes > Edit code > Assets > open Base.css and add code at the bottom and save file

.kaktus-w-wishlist-button__icon path
.kaktus-w-wishlist-button__text { color: #fff !important; }

This is how it looks like if you add the code above.

it doesnt work…

i want the wishlist button to be removed completely, is that possisble?