Home Forums WoodMart support forum How to add ”…” to end of the product names

How to add ”…” to end of the product names

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #655274

    efealdogan.ru
    Participant

    Hello, I want to add ”…” to the end of the product names like in the images. Otherwise, it doesn’t look lovely. How can I add ”…” to the end of the product names?

    Attachments:
    You must be logged in to view attached files.
    #655457

    Hung Pham
    Keymaster

    Hi efealdogan.ru,

    Thanks for reaching to us and appreciate your patience.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    h3.wd-entities-title{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    Regards,

    #656773

    efealdogan.ru
    Participant

    Okay than thank you su much. Also, as you can see from the screenshot, how can I make the text length longer?

    Attachments:
    You must be logged in to view attached files.
    #656921

    Hung Pham
    Keymaster

    Hi efealdogan.ru,

    Thanks for your patience.

    Navigate to Theme Settings > Product Archive > Product styles > set the Product title lines limit option: https://prnt.sc/gkMi9eagSb5S and you can set it to specific devices.

    If you have any questions, please feel free to contact us.

    Best Regards,

    #657391

    efealdogan.ru
    Participant

    Okay, thank you so much for your support

    #657461

    Hung Pham
    Keymaster

    Hi efealdogan.ru,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

    • This reply was modified 1 week, 3 days ago by Hung Pham.
Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How to add ”…” to end of the product names’ is closed to new replies.