How To Enable dot dot dot (…) Feature When Product Name Is Too Long
-
Hi,
I recently visited a website that also uses a Woodmart theme, and I saw that they had a dot dot dot (…) at the ending of some product names when they get too long, instead of the names continuing on the next line. I would like to know how do I go about enabling this feature? Please see screenshot below as reference to see what I’m inquiring about. Thanks.
The above photo failed to upload along with the message, so here is it again. It’s related to the above question.
Above photo failed again.I’m trying to upload it again. It’s related to the above question.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .wd-entities-title {
white-space: nowrap !important;
text-overflow: ellipsis;
}
Best Regards