Hi
Can you lead me into the right direction where to change the font size in the basket pop-up
TIA
This topic has 4 replies, 2 voices, and was last updated 3 days ago ago by Boddicker
Hi
Can you lead me into the right direction where to change the font size in the basket pop-up
TIA
Hi @Boddicker,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.etheme-elementor-off-canvas__main div.quantity>.minus,
.etheme-elementor-off-canvas__main div.quantity>.plus {
font-size: 0.5em;
}
.etheme-elementor-off-canvas__main .product_list_widget .quantity-wrapper span.quantity {
margin-top: 12px;
}
.etheme-elementor-off-canvas__main .product_list_widget .quantity-wrapper span.quantity>.amount {
font-size: 14px;
}
Kind regards,
The 8Theme Team
Worked perfectly.
Thx. 🙂
Thanks for the support! My topic “Basket pop-up has wrong font size” has been successfully resolved.
The issue related to '‘Basket pop-up has wrong font size’' has been successfully resolved, and the topic is now closed for further responses