This topic has 4 replies, 3 voices, and was last updated 3 years ago ago by Rose Tyler
I’m contacting you in regards to the way the product titles are visible on the shop page.
There is a way to alter it, showing a certain amount of lines or characters and we are using the line option, becase 1 line is perfect.
The problem is in the way it cuts the words. It only shows the words that fit fully on that line – that doesn’t really show the multi-part or longer product titles in a way that is informative.
Is there a way to change these options in more detail or somehow alter them to be more customizable? For example changing the available space for the title or as in the char-option, which shows “…” to show the title continues?
It looks like this now: https://prnt.sc/1yf9q62
(this product has a longer title: https://prnt.sc/1yfa7z1 )
The same happens in next version of theme too.
Hello,
Try to add the below code to Theme Options > Custom CSS
.content-product .product-title a {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
Regards
Thank you, this seems to work
Hello,
You’re welcome!
Regards
The issue related to '‘Product thumbnail title length – words are missing/cut..’' has been successfully resolved, and the topic is now closed for further responses