3 dots

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

    rahmat.wpdev
    Participant

    Hello, good day, woodmart has option to limit the product title 2lines which is good, but it would be great if there we can put 3 dots after the title, so customer will know there is something more on the title like this: https://prnt.sc/3_KWac0euvDq

    How can we add that 3 dots? If not available would you please add this to the next release? We really want this otherwise it will look incomplete like this: https://prnt.sc/9bxrownKbnEa

    Thanks

    #572491

    Hello,

    Can you please share the page URL I will check and give you a custom css code.

    Best Regards.

    #572603

    rahmat.wpdev
    Participant

    Hello sure, I’ve added the link to the private chat,
    Thank you

    #572668

    Hello,

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

    .wd-product .wd-entities-title {
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important; /* Ensure this is set to 2 for two lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal; 
    }

    Best Regards.

    #580820

    rahmat.wpdev
    Participant

    Thank you for your help

    #580867

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘3 dots’ is closed to new replies.