Skip to main content
Contributor I
April 29, 2025
Solved

How do I add the brand name above the product name in a campaign email

  • April 29, 2025
  • 4 replies
  • 127 views

 

How do I add the brand of the product above the product name like the image attached. I am able to add it in the description box but it displays below the product name.

Best answer by annasophiefc

Hi ​@Dgranditer 

 

Thank you for posting in the community!

 

With a little html customization you can edit the product display name to appear as you wish:

 

You just have to apply some html tags in product name:

<b> BRAND NAME </b><p>

PRODUCT NAME

 

The <b> html tag makes it bold and the <p> html tag makes a paragraph. You can also use <br> that inserts a single line break :-)

 

I hope this helps!

4 replies

annasophiefc
Partner - Platinum
2025 Champion
April 29, 2025

Hi ​@Dgranditer 

 

Thank you for posting in the community!

 

With a little html customization you can edit the product display name to appear as you wish:

 

You just have to apply some html tags in product name:

<b> BRAND NAME </b><p>

PRODUCT NAME

 

The <b> html tag makes it bold and the <p> html tag makes a paragraph. You can also use <br> that inserts a single line break :-)

 

I hope this helps!

Champion & Klaviyo Partner based in Aarhus, Denmark. It is all about communicating the right message to the right people at the right time!
Contributor I
April 30, 2025

Hi Anna,

Thank you for your advice.

Am I able to edit the HTML in the Klaviyo product box which has been dragged into the email?

If so how do I change the HTML.

Thanks,

Daniel 

annasophiefc
Partner - Platinum
2025 Champion
April 30, 2025

Hi ​@Dgranditer 

 

Yes! You can edit straight in the product editor on the left of the screen as shown below

 

Champion & Klaviyo Partner based in Aarhus, Denmark. It is all about communicating the right message to the right people at the right time!
Contributor I
August 25, 2026

Hi, I have the same issue with the brand name. Is there any way to do this automatically by pulling the vendor name from Shopify rather than manually adding it to each product?