Hi there,
The titles are being hidden via the theme’s CSS. You could override that CSS by adding the following snippet to your site:
ul.products li.product-col .woocommerce-loop-product__title {
overflow: inherit;
white-space: inherit;
}
You can add the above custom CSS via Appearance → Customize → Additional CSS in your site’s admin area.
Note, we don’t officially provide support for custom CSS. Snippets, like I’ve provided, are quick fixes that haven’t been thoroughly tested against different devices or browsers. As I’m not familiar with your custom theme, I can’t guarantee that the code won’t impact other elements on your site. If you use the snippet, please do some more thorough testing to ensure it doesn’t have any unwanted impact on other parts of your site’s design.
As you’re working with a custom theme, I’d recommend contacting the theme’s author directly for any further help with customizations like these. We also have some recommendations for professionals who specialize in help with WooCommerce-related customizations here:
https://woocommerce.com/customizations/
Hope that’s helpful!
hi there
thanks you for you response, after adding provided CSS i can see full but its exceeding more than two lines
Hey @hussainpatel
If you don’t want the product titles to exceed more than 2 lines, I would suggest to simply use shorter titles. With titles like you have, they can only be kept on 2 lines if the text is really small. Otherwise, it will either need to be cut off, OR you will have 4-5 lines.
i mean to say that after two line font flow will be disappear,
If you’re trying to set the number of lines to a maximum of two, you could possibly experiment with the max-lines CSS property. You can find more details on that property here:
https://css-tricks.com/max-lines/
As I touched on, we don’t officially provide more hands-on support with customizations like you’re requesting. I’d encourage you to consider hiring a professional if you’re in need of additional support.
Hi there,
I hope this last reply works out for you! We have not heard back for a while so I am closing this thread, but if you have further questions on this topic simply re-reply and it will open back up.
Otherwise, if you have further questions about something new please create a new thread. Have a super day!