• can someone help me please with the product description length.
    I am using Hestia theme, It is showing full length description, I want to make it shorter.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • The easiest, most simple way to fix this would be to just use css.

    .product-title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Product description Length’ is closed to new replies.