This topic has 6 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hello,
how can I only enlarge the font within the discount percentage area?
Greetings,
Dario
Hello,
.sale-value {
font-size: 1rem;
}
Regards
ok, but it also enlarges the background by covering the image.
I would like to keep the default background size and only enlarge the font.
Greetings,
Dario
You need to change “Sale label size” in Theme Options > Shop elements > Sale & Out of Stock (for example 2.25×2.25).
Regards
OK thanks.
Instead to enlarge the font and change the color of the title, price and category in the product card how should I write the css?
Compared to version 4.28.1 the css is quite different 🙂
Greetings,
Dario
.single-product .product-content h1.product_title {
font-size: 30px;
color: red;
}
.single-product .product-content .price {
font-size: 2rem;
color: black;
}
.single-product .product_meta .products-page-cats a {
font-size: 16px;
color: red;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up