Dawn Remove the pick up information section?

On the product page, it has a section i cannot remove. I would like to remove the pick up availability section. I found how to edit the wording in Languages, but can’t we just switch off this section? it is not applicable to my store. Thanks

@branchesofme - please share this page link where you have it, we will need to use css for it

https://branchesofme.com.au/products/ready-to-ship-christmas-waratah-8pcs

The section under ‘buy it now’

@branchesofme - please add given css to the very end of component-pickup-availability.css file

pickup-availability {
    display: none;
    visibility: hidden;
    opacity: 0;
}

@branchesofme - should look like this image

Wow so simple, all fixed. Thank you so much

1 Like

@branchesofme - welcome.