Can I set it up so that the Vendor name doesn’t show up in my store above the product title?
Thanks,
Jeanne
Can I set it up so that the Vendor name doesn’t show up in my store above the product title?
Thanks,
Jeanne
Follow these steps:
Go to Online Store → Theme → Edit code
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:
Go to Online Store
Edit Code
Find theme.liquid file
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
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.