Created
October 18, 2019 07:23
-
-
Save cuocsongso/9a5b01eba2a57fa8d8f39bd63bb8473a to your computer and use it in GitHub Desktop.
Option 1: (CSS): Limit all WooCommerce product titles to one line only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.product-block .name { | |
font-size: 14px; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
white-space: nowrap; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment