Skip to main content

Shop Page Titles

It seems the shop page individual product entry titles are cut off at two lines of text, which results in truncated titles. Please fix this so the complete titles are shown.

In my use case, product titles are usually book titles, so it's especially important a user sees the entire product title on the shop page. But in any use case, shop owners should be able to show each product's entire name.

UPDATE: A workaround, in custom CSS:

/ Show Full Title on Shop Page /
.fc-product-card h1 a,.fc-product-card h2 a,.fc-product-card h3 a,.fc-product-card h4 a,.fc-product-card h5 a,.fc-product-card h6 a {
overflow: visible;
}

Shahjahan Jewel

Will take a look. Tagging Ripon SarkarΒ 

Sarkar Ripon

I checked with popular e-commerce platforms like Amazon and AliExpress. All of them truncate product titles. For design consistency, I think we should stick to truncating after 2 lines. However, for those who need to display the full title, we will provide a filter hook in the next release.

Matthew Selznick

Ripon SarkarΒ Looking forward to it; thanks (although the CSS customization does the trick, too). I'm of the school of thought that wants a tool to not make (unmutable) design decisions for me -- no one needs a paint brush that refuses to paint certain colors -- so I appreciate making the option available.