Home New Guten Forums WoodMart support forum Product title size limitation

Product title size limitation

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #83363

    mmrahmad91
    Participant

    Hello,
    I want the product title will be 2 lines only in this section. If the title long more then 2 line it will be “…..”. It’s possible?

    #83364

    mmrahmad91
    Participant
    #83463

    Hello,

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

    div.product-grid-item .product-title {
    	line-height: 20px;
    	max-height: 40px;
    	overflow: hidden;
    }

    Best Regards

    #83809

    mmrahmad91
    Participant

    Thsnks, it’s solved.

    Regards
    Ahmad

    #83817

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Product title size limitation’ is closed to new replies.