The template we are using (Neve) defaults the product title to a very large text size that doesn't display great with Product names of any decent length. I have entered the following CSS to counter act that:
.woocommerce div.product .product_title { font-size: 25px; }
This has worked a treat for the Product title on the Single Item Pages, however on the related products and recently viewed products the Title is still in an extremely large font.
I would love some help in trying to get this sorted - it just looks ridiculous like its zoomed in on those product titles or something!
Thanks!