Remove the vendor

Topic summary

A user wants to remove or hide the vendor name “Aromatica” that appears at the top of their product pages on their Shopify store (aromaticaparfum.com).

Proposed Solution:
Another participant suggests adding custom CSS code to hide the vendor information:

  • Navigate to: Online Store > Themes > Customize
  • Add CSS targeting .collection__grid-loop .product-info > a > p { display: none; }
  • Check theme settings to verify the change

The discussion appears to be ongoing, awaiting confirmation whether this CSS solution successfully resolves the issue.

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

Hi I want to remove the vendor information or make it invisible on the website. It’s “Aromatica” at the top here. My site is: aromaticaparfums.com

Hi @aromaticaparfum

You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to check

.collection__grid-loop .product-info > a > p { display: none; }
1 Like