This topic has 4 replies, 3 voices, and was last updated 8 years, 6 months ago ago by Jack Richardson
I want to change the font size of product titles in the shop page and I am changing the H3 font size but nothing is changed
Hello,
Please add this code in custom.css file.
.products-grid .product .product-name {
font-size: 13px;
}
Regards,
Robert Hall
Thank You Robert. But dont the typography settings work? What are they used for in this case?
Hello,
As you can see from the code you were provided there is no h3 attribute for product title; class .product-name
is used, so to change font size of it you have to use that code.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up