This topic has 4 replies, 3 voices, and was last updated 2 years, 8 months ago ago by Olga Barlow
Hi Support
When I have a look at my cart page, there are a lot of different font sizes defined. most of them has a calculated size… Where can I define those sizes? Because at the moment it looks pretty weird.
See screenshot in privat area.
Best
Hello,
You can adjust it by adding next custom css in Theme Options -> Theme Custom CSS -> Global CSS
If you need to change any size, feel free to change the values below
/* form table title */
.step-title {
font-size: 14px;
}
.order-review .cart_item .product-name,
.cart-order-details .shop_table th {
font-size: 14px;
}
/* input/textarea */
textarea.form-control, textarea, .dokan-form-control, input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], input[type="url"], textarea, textarea.form-control, select, .select2.select2-container--default .select2-selection--single, select {
font-size: 14px;
}
/* GESAMTSUMME text */
.cart-order-details .shop_table .order-total th, .cart-order-details .shop_table .order-total td {
font-size: 14px;
}
Regards
Hi Rose
Thank you! 🙂 Sometimes it’s a bit difficult to find the correct settings in all of your themeoptions. some options can be defined in xstore theme, the others in elementor… for example color of hover links. do I define the hover color of a link in elementor options, my add to card button has this link hover color…
maybe it will be possible in a future release to organize those settings better.
Best
Hello,
I’ll pass your request to our developers.
Do you need any other help from our side at this moment?
Regards
The issue related to '‘How to define fix font sizes for different elements’' has been successfully resolved, and the topic is now closed for further responses