Comments Mustafa started the conversationJuly 5, 2019 at 11:35amHello, I like to short my actual product title (without cutting it from product page) i.e if my product title is: "Kids Boys Denim Blue Stretch Pants for Sale"so, I like to show it on catalog like: "Kids Boys...." means add dots with short name, I think I explained it properly.Other thing is that I like to show only each either max OR min Price at my catalogs (don't want to show both prices on shop or other catalog pages)Thanks. 4,774Michael repliedJuly 5, 2019 at 12:25pmHI! pls. use following css: @media(max-width:767px){ .product-title { height: 30px !important; overflow: hidden; text-overflow: ellipsis; } .product-title.title-h6 a { white-space: nowrap; }} Mustafa repliedJuly 7, 2019 at 10:14amHi, thanks for reply. the code is working for title but what to do for showing max price only? 4,774Michael repliedJuly 8, 2019 at 8:17amPlease read this article: https://wedevs.com/105501/disable-woocommerce-variable-product-price/Or use this plugin:https://wordpress.org/plugins/show-only-lowest-prices-in-woocommerce-variable-products/ Sign in to reply ...
Hello,
I like to short my actual product title (without cutting it from product page) i.e
if my product title is: "Kids Boys Denim Blue Stretch Pants for Sale"
so, I like to show it on catalog like: "Kids Boys...." means add dots with short name, I think I explained it properly.
Other thing is that I like to show only each either max OR min Price at my catalogs (don't want to show both prices on shop or other catalog pages)
Thanks.
HI!
pls. use following css:
Hi, thanks for reply. the code is working for title but what to do for showing max price only?
Please read this article:
https://wedevs.com/105501/disable-woocommerce-variable-product-price/
Or use this plugin:
https://wordpress.org/plugins/show-only-lowest-prices-in-woocommerce-variable-products/