How can I get the Vendor name to NOT show up above product title in my store?

Can I set it up so that the Vendor name doesn’t show up in my store above the product title?

Thanks,

Jeanne

CosmicSerenityShop.com

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code at the bottom:

.product__info-container p.product__text.inline-richtext {
    display: none;
}

Hey @JeanneM13

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Nope. It still looks the same.

Jeanne

Perfect! Thank you!

Jeanne

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.