Home New Guten Forums WoodMart support forum limit the product titles in the widgets to only 2 rows.

limit the product titles in the widgets to only 2 rows.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #398401

    [email protected]
    Participant

    how to limit the product titles in the widgets to only 2 rows. woodmart allows to limit the titles in the store page. i would like to have the same option in all other places where product titles are displayed.

    if it can’t be done, it would be a good option to consider for the next update.

    thanks

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

    Hello,

    You can find this option in the Theme Settings -> Product Archive – > Product Style – > Product title lines limit.

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

    Best Regards

    #398405

    [email protected]
    Participant

    yes. this option is enabled but does not affect widgets.
    I sent you a screenshot.

    #398524

    Hello,

    Please provide the page URL and we will provide the custom CSS.

    Best Regards

    #398542

    [email protected]
    Participant

    ok,

    #398624

    Hello,

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

    body.single-product .product_list_widget>li .wd-entities-title {
    max-height:42px;
    display:block; 
    overflow:hidden;
    }

    Best Regards

    #398842

    [email protected]
    Participant

    works perfectly. thanks

    #398899

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘limit the product titles in the widgets to only 2 rows.’ is closed to new replies.