How do I change or delete text on my webpage?

hello all i am trying to delete or change the text part off my pages but i cant seem to find the correct way to do it

would i find this in the settings or do i need to look in the hardcoding thanks in advance

Hi @Filyra ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-pickup-availability.css->paste below code at the bottom of the file:

.product__pickup-availabilities {
    display: none;
}

I hope it would help you
Best regards,

Richard | PageFly

thanks this did the trick