XTRA Theme, Remove Free Pick up from a product with variants

I added a product with variants. For some reason it shows “Free pickup in our shop(s)” next to color and size (image attached below).

I would like to get rid of those because I don’t offer local pick-up.

I am using the Xtra Theme.

Local pick-up was already disabled in my settings.

https://jeffreysrestaurantsupplies.com/products/super-soaker-diamond-rubber-border?_pos=1&_psq=super+soaker&_ss=e&_v=1.0

Hi @ttg7

Let’s follow the following steps:

  1. Go to Theme → Edit code, find file name “screen.css”

  2. Add this code

span#f8pr-pickup-4 {
    display: none !important;
}

the result will be:

Hope it helps @ttg7 !

1 Like

Amazing! That worked! Thank you very much.