This topic has 2 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler
Hi there,
I am using Xstore Organic cosmetics child theme.
how do I change the size of fonts in the Products grid element?
I am trying to change the size of the title, excerpt, price, and button, but with no success.
It was easy to change the font size and button size settings for a single product (this can be done in Xstore Theme Options -> Single product builder).
But there is no option for editing the settings of the Products grid element.
The Products grid element is inserted into each of my shop category pages. Please see an example below:
https://smartcbd.cz/obchod/cbd-kosmetika/
Thanks for your help
Hello,
Thanks for using our theme.
Add the next code in Theme Options > Theme Custom CSS:
.products-grid .product-title {
font-size: 24px;
}
.products-grid .product-excerpt {
font-size: 16px;
line-height: 26px;
}
.products-grid .price {
font-size: 20px;
}
.products-grid .add_to_cart_button {
font-size: 18px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up