Old Store Name Still Showing In Products

Hi,

I have updated my shopify store name (by going to Settings - General - Store details), however all of my products listed still have an old store name in the description once you click on them. What can I do to change that? I am using the Origin theme.

Thank you.

Hi, Can you share store URL and detail image?

Hi,

https://racefiets013.com/products/giant-tcr-advanced-pro-1-axs-carbon-racefiets

An old store name was Racefiest013, I’ve changed it to Racefiets013 (difference in the last two letters). However, the store name remained unchanged in product description, as you can see from the print screen below:

Thank you

Hi @Joao27

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

p.product__text.inline-richtext {
    display: none !important;
}

Result

Best,

Liz