Hi there,
Is there any way I can change the font sizes for the heading and product headings in the off-canvas cart?
This topic has 4 replies, 3 voices, and was last updated 2 days, 18 hours ago ago by Jack Richardson
Hi there,
Is there any way I can change the font sizes for the heading and product headings in the off-canvas cart?
Hello,
Thank you for reaching out to us.
Your site is under maintenance mode, so we can’t check it.
Could you please provide temporary wp-admin access? We need to check your settings.
To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.
Warm Regards,
The 8Theme Team
Sure, login details posted in the private content box
Hello @nmble,
Currently, there are no specific settings available to adjust the content sizes within the mini-cart. However, you can use the following CSS snippet by adding it to Theme Options → Theme Custom CSS → Global CSS. Please note that this will affect all off-canvas-based widgets, including the wishlist, compare, and cart sections in your header:
body .etheme-elementor-off-canvas .product_list_widget:not(.swiper-wrapper) {
--item-title-size: 20px;
}
body .etheme-elementor-off-canvas_content-head {
font-size: 12px;
}
We have already implemented such solution on your web-site -> https://prnt.sc/4XEgabPpLT8V, so you can check and modify to your sizes or needs.
If you prefer to modify only the Cart widget content sizes in your header, you can use the following Custom CSS instead:
.elementor-widget-theme-etheme_cart.etheme-elementor-off-canvas .product_list_widget:not(.swiper-wrapper) {
--item-title-size: 20px;
}
.elementor-widget-theme-etheme_cart .etheme-elementor-off-canvas_content-head {
font-size: 12px;
}
Best regards,
Jack Richardson
8Theme Team
You must be logged in to reply to this topic.Log in/Sign up