This topic has 4 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson
Hi,
I am very happy with the theme but don’t know how to change:
the size AND the color
of the title AND the price of all product, in all pages of my site,
(an example: http://www.galasxy.com/product-category/2014-2016/)
They both are too big.
Can you give me the custom css?
Thanks in advance!
Gilles.
Hello,
Please add this code in custom.css file:
.slide-item .product .product-name a, .products-grid .product .product-name a {
color: #292d33;
font-size: 14px;
}
.price {
color: #820000;
font-size: 14px;
}
Write values you need.
Best regards,
Jack Richardson.
thank you very much!
Gilles.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Font size AND color for products page title AND price’' has been successfully resolved, and the topic is now closed for further responses