We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Adding line breaks to product titles without the html appearing

Adding line breaks to product titles without the html appearing

Bramasole
Tourist
4 0 4

Hi,

 

Can anyone help with the following:

We want to add line breaks to some long product titles.  When we add the following to the title field on a product page under Products:

 

Bramasole Olive Oil <br>(Twelve 500ml Bottles) <br>Standard Delivery

 

Things look great on our website (www.BramasoleOliveOil.com) where the product title appears.  However, in some social media apps, the <br> code is visible.

 

Any way to add the line breaks without having the html appear?

 

Thanks.

Replies 4 (4)

KetanKumar
Shopify Partner
37635 3670 12168

@Bramasole 

sorry that issue can you try this code its work for my demo store 

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

.grid-product__title.grid-product__title--body br {
    display: none;
}
.grid-product__title.grid-product__title--body {
    max-width: 240px;
    margin: 0px auto;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Bramasole
Tourist
4 0 4

@KetanKumar 

Thanks for the reply.  I implemented the code, but the <br> is still appearing in places like Facebook and Instagram.  You can see an example here: https://www.facebook.com/commerce/products/4552172868206558/?ref=page_shop_tab&referral_code=page_sh...

This product catalog is controlled through Shopify.

 

Any other ideas?

 

Thanks.

KetanKumar
Shopify Partner
37635 3670 12168

@Bramasole 

no sorry shopify admin product title doesn't allow to html tab 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Bramasole
Tourist
4 0 4

@KetanKumar 

 

Thanks,  Do you have a way to add line breaks in product title?