Home › Forums › WoodMart support forum › Arrangements on mini cart and Ratings › Reply To: Arrangements on mini cart and Ratings
June 11, 2024 at 10:49 am
#571931
Aizaz Imtiaz Awan
Keymaster
Hello,
01. Navigate to Elementor -> Settings -> Integrations and disable the “Mini Cart Template” of Elementor plugin. Now you are using both our theme and Elementor Mini Cart.
https://prnt.sc/pBA0NvvLManQ
02. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.stars a {
width: calc(var(--wd-text-font-size) + 15px) !important;
}
Best Regards.