Hello,
I’m trying to make the “Recently Viewed Products” To Diminish When there’s a lot of words On PC/MOBILE
Website - https://avokitchen.com/
EXAMPLE
Hello,
I’m trying to make the “Recently Viewed Products” To Diminish When there’s a lot of words On PC/MOBILE
Website - https://avokitchen.com/
EXAMPLE
Hi,
We can reduce the title size by customizing the code
You can change your {{ product.title }} to this:
{{ product.title | truncatewords: 4, "..." }}
Change the number to your preference - this is how many words will be shown before the …