Remove hyphenation on product titles

How can I keep my product titles from being hyphenated when wrapping the text (word break)? It looks sloppy and makes the product labels hard to read. I do not want to lower the font size. I am using the Impulse theme.

Hi @stylehousejenn

Can you share store url?

@DaisyVo https://www.stylehousefrisco.com/

Hi @stylehousejenn

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file

[data-type_product_capitalize=true] .grid-product__title {
    font-size: 12px !important;
}

Result

Best,

DaisyVo