General Solutions&FAQ

Print

How to limit quantity of characters in Product titles

If your Product titles are too long and you want to limit quantity of characters that will be displayed in titles ,just copy the code below and paste straight to WordPress Customizer (wp-dashboard–>appearance–>customize–>additional CSS) :

.products h2 {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

1 thought on “How to limit quantity of characters in Product titles”

Leave a Reply

Your email address will not be published. Required fields are marked *