How can I delete a product from my online store?

`Hi how do you delete this? I’ve looked everywhere, including “language edit” but there’s nothing there pls help :disappointed_face:

https://bekundungshop.de/products/zodiac-anhanger-aus-edelstahl

@Anonymous - add this css to the end of your base.css file and check

.product__tax{display: none; visibility: hidden;}
.product__tax{
display: none !important;
 visibility: hidden;
}

@Anonymous

Add this code in the bottom of the base.css file.

Let me know if you need any more help.

Thank you.

Unfortunately it’s still there, could I quickly invite you as an employee so that you can delete it? :disappointed_face:

Unfortunately it’s still there or did I do it wrong?

@Anonymous

Add the code in the base.css.liquid file.

Thank you.

Hi, @Anonymous

Can you try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.
.edt-p {
    display: none !important;
}