Skip to content

Instantly share code, notes, and snippets.

@cuocsongso
Created October 18, 2019 07:23
Show Gist options
  • Save cuocsongso/9a5b01eba2a57fa8d8f39bd63bb8473a to your computer and use it in GitHub Desktop.
Save cuocsongso/9a5b01eba2a57fa8d8f39bd63bb8473a to your computer and use it in GitHub Desktop.
Option 1: (CSS): Limit all WooCommerce product titles to one line only
.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