This topic has 4 replies, 3 voices, and was last updated 7 years, 6 months ago ago by Olga Barlow
Hi, How can I edit the font size of the product titles appearing under the images on the shop page?
put this code in,
8theme options >> styling >> custom CSS >> global custom css
.woocommerce.woocommerce-page p.product-title a { font-size: 50px; }
change 50px to the amount you want
Thanks. Can I also restrict the product title to display only one line of the title so that long titles don’t appear in multiple lines and do not push the below products out of line in that column.
Hello,
Read this post https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow?v=example
And you may try to implement it on your site.
Regards
You must be logged in to reply to this topic.Log in/Sign up