Hide Pickup option

Hello,

Is it possible to hide the Pickup option that appears while creating a listing, by adding custom css?

Please let me know if I am mistaken but from what I can see at least, the Pickup option does not have a unique css class. It uses the same class as the Shipping option (delivery-row-low), so if I would use “display: none” on that class both of them would disappear.

I am fully aware that I can remove the Pickup option completely (I am using the Open Source version after all) but I would prefer to hide it for now.

Did you find the solution? I am also looking for this code.

I’d still do this through CSS. You’ll likely just need to use the nth-child or nth-of-type selector.

You could post the DOM if you need help.