How to remove Vendor's name from Product's page

Topic summary

A user asked how to remove vendor names from product pages in their Shopify store using the Prestige theme.

Solutions provided:

  • CSS method: Add custom CSS code to hide the vendor element by setting display: none on the .ProductMeta__Vendor class
  • Theme settings (Prestige): Navigate to theme customization → Products → Default products → Product page → Product meta, then uncheck the “Show vendor” checkbox
  • Dawn theme solution: Access theme editor → Products → Default product → Template → Product information → Text, then click on the Vendor dynamic source and select “Remove dynamic source”

Key tools mentioned:

  • Preview inspector tool helps identify which theme editor settings control specific page elements

Outcome: Multiple users confirmed the solutions worked for their stores. The discussion resolved with clear step-by-step instructions for both Prestige and Dawn themes, including screenshots to guide users through the process.

Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

Hello Shopify Community! I want to remove the Vendor’s name from my product’s page. I searched through my theme settings but didn’t find any options as such. I’m using the Prestige theme.

Any help would be appreciated!

Store URL: https://www.la-social.com/

Password: piwhiy

Hi and welcome!

Add this code to the bottom of your theme.css file:

h2.ProductMeta__Vendor.Heading.u-h6 {
    display: none;
}
1 Like

Hi @sheyyr4 .

The Prestige theme should have a setting within the theme editor to hide vendor names from product pages. You can follow the instructions below to check if the option is also available on your end:

  1. Navigate to Online store > Themes > Customise.
  2. On the top of the theme editor, click the dropdown button and select Products > Default products.
  3. On the left-hand side of your screen, click Product page > Product meta.
  4. You should then be able to see the Show vendor checkbox on the right-hand side of your screen, as seen on the image below. Make sure to uncheck this box to hide the vendor names from your product pages.

For future references, if you’re unsure of whether or not you can edit certain aspects of your store from within the theme editor, you can use the preview inspector tool. When enabled, the preview inspector allows you to click on any outlined element to open the corresponding setting within the editor.

2 Likes

Thank you so much Woody! it worked :slightly_smiling_face:

Thanks Kimi! I didn’t have any idea that you can edit/change your theme settings from this dropdown as well, thanks to you now I discovered a ton of other settings (:

You’re very welcome! :slightly_smiling_face:

Glad to hear it, @sheyyr4 !

I faced the same problem. Could you please tell me what should be the code for the website: https://walkerwoodgifts.com/

Kind regards,

Sayed

Is there a way to do this on the Dawn Theme? I’m not finding product meta or a theme.css file to edit. thanks!

Hi, @CJMDesigns .

You can follow the instructions below instead if you’re looking to remove the Vendor name in the Dawn theme:

  1. Navigate to Online store > Themes > Customize.

  2. On the top of the theme editor, click the dropdown Homepage button and select Products > Default product.

  3. On the left-hand side of your screen, find the Template heading. Under Product information, click Text.

  4. You should then be able to see the Vendor dynamic source tile appear on the right-hand side of your screen, as seen on the image below.

    If you click on this, an option to Remove dynamic source will appear, which you can select to hide the vendor names from your product pages.

  5. Once done, make sure to Save your page.

Let me know how you get on with this.

1 Like

Yes, this worked. Thank you for the clear step by step instructions!

Glad to hear it, @CJMDesigns ! It’s my absolute pleasure.