css 将所有WooCommerce产品限制为仅限一行

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 将所有WooCommerce产品限制为仅限一行相关的知识,希望对你有一定的参考价值。

// 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;
}

以上是关于css 将所有WooCommerce产品限制为仅限一行的主要内容,如果未能解决你的问题,请参考以下文章

WPF:将复选框的可点击区域限制为仅限复选框

有没有办法将 iPhone 应用程序限制为仅限某些型号?

WooCommerce 订单评论 - 禁用特殊字符的使用

如何将商店中的 iOS 应用程序限制为仅限 4S 和 iPad 3

如何将Github Post-Receive WebHook限制为仅限主分支

ePub 是不是将 HTML 限制为仅某个子集?