Warning (Click here to dismiss)
Pixel Union cannot provide support for themes modified using this guide. Support for theme modifications are best directed toward a 3rd-party development service such as Storetasker
Using Vendor labels and links for your storefront can be an effective way to group certain brands or suppliers, but not always a necessary feature. If you're using the Pacific theme and need to remove the vendor links, use the following steps.
Protect your theme before making changes
Before making changes like this, it is always a good idea to create a backup copy for your theme. For more information on this process, read Creating backups for your theme.
Copy code to the bottom of your CSS file
In your Online Store, go to your Pacific theme and select Actions, then Edit code.
Look for the Assets folder, then open theme.scss.liquid.
Copy this block of code, then paste it to the very bottom of the CSS file:
/* vendor conceal code from PxU */
.product-list-item-vendor,
.product-vendor,
.cart-item-vendor a {
display: none;
}
/* end customization */
Save, then Preview your theme to confirm its effect.
Make sure there is plenty of space between the added code and the rest of the theme.scss.liquid file. Even one missing bracket could result in a broken stylesheet!