با سلام من تست کردم کار کرد. تنها تفاوتش اینه که باید شما کلاس دقیق عنوان محصول رو بهش بدی
// Note: this is simple CSS that can be placed in your custom.css file
// This CSS also adds 3 dots ... at the end of each product title
.woocommerce ul.products li.product h3 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
تو اینجا کلاس معرفی شده .woocommerce ul.products li.product h3 هستش. من تو پوسته اکسترا یک محصولا اضافه کردم و دیدم کلاس عناون محصول این هستش .woocommerce ul.products li.product .product-wrapper h3, .woocommerce-page ul.products li.product .product-wrapper h3 پس به این حالت تغییرش دادم.
.woocommerce ul.products li.product .product-wrapper h3, .woocommerce-page ul.products li.product .product-wrapper h3{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
شما هم از هر پوسته ای استفاده می کنی باید اینسپکت المنت بگیری ببینی کلاس پوسته محصولش چی هست.
اینم تصویر
You must be registered for see images attach
You must be registered for see images attach