Where do I need to go to change some text on my product page?

Hi Guys, I know this is a really silly question but cannot seem to find where to edit the copy sitting on my product page

just under my Buy Now buttons?

Please see attachment below:

I want to remove the words “Standard Shipping rate anywhere within Australia” ? But I do not know where to do it?

Thanks again

1 Like

@Emc2020 - these can be hidden using css… or you can check language settings ->products , can you please share this page link?

@Emc2020

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

Hi there,
Thank you for your help. We offer free shipping, so don’t want the text to appear on that page.

Twigg Puzzles ~ Settings ~ Shopify (twigg-puzzles.myshopify.com)

2 Likes

@Emc2020 - please add this css to the very end of your theme.css file and check, also you might be able to remove this text from customize settings

.product-more-info {
    display: none; visibility:hidden;
}

@Emc2020

thanks for url

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.product-info-link:first-child {display: none;}

Thanks so much.

It is done :slightly_smiling_face:

1 Like

@Emc2020

its my pleasure to help us

1 Like