This topic has 2 replies, 2 voices, and was last updated 10 years, 3 months ago ago by Robert Hall
Hello,
I’d like to change the size of the product titles on the main product page. It looks like they are h1 or h2, I’d like them one size lower.
Can you direct me where I can change this, or provide any custom css I can add?
Thanks,
Rob
http://www.designbykathryn.com/shop
Hello,
Add this code into custom.css file
.products-grid .product .product-name {
font-size:14px;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up