Home Forums WoodMart support forum How To Enable dot dot dot (…) Feature When Product Name Is Too Long

How To Enable dot dot dot (…) Feature When Product Name Is Too Long

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #307619

    Agromo
    Participant

    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.

    #307620

    Agromo
    Participant

    The above photo failed to upload along with the message, so here is it again. It’s related to the above question.

    #307621

    Agromo
    Participant

    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.
    #307703

    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

Viewing 4 posts - 1 through 4 (of 4 total)