hello friends,
I want your help about the size of variations and filter in category page.
i want to have it a little larger, can you guide me please?
Thank u
This topic has 7 replies, 2 voices, and was last updated 1 months, 2 weeks ago ago by Luca Rossi
hello friends,
I want your help about the size of variations and filter in category page.
i want to have it a little larger, can you guide me please?
Thank u
size of Variations of products
Hi @mantolis,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.product ul.st-swatch-size-normal li.type-label {
margin: 3px;
}
.product ul.st-swatch-size-normal li.type-label,
.product ul.st-swatch-size-normal li.type-image,
.product ul.st-swatch-size-normal li.type-label span{
min-width: 40px;
min-height: 40px;
}
.single-product .variations_form ul.st-swatch-size-large li.type-label {
width: auto;
height: 50px;
}
.single-product .variations_form ul.st-swatch-size-large li.type-label span {
font-size: 1.2em;
}
Kind regards,
The 8Theme Team
Thank u . I appreciate your help and fast reply to me!!
One more thing please, i try to found the way to change the font size and color of the price of the product after i choose the qty (variotion).
Can you help me please?
Thank again !
Apostolis
Hi @mantolis,
Please also add this custom CSS code:
.woocommerce-variation-price span.woocommerce-Price-amount.amount {
color: #ef7d00;
font-weight: bold;
}
Hope it helps!
hello Luca Rossi,
Yes.. Excellent !
Thank u.!!!!!
You’re most welcome!
If you need anything else, please let us know.
Best Regards,
8Theme’s Team
The issue related to '‘Biger Font size of filter and variotion in category page’' has been successfully resolved, and the topic is now closed for further responses