HI there, is there anyone that can assist with the font size reduction in the dawn theme for the draw cart? As you can see if there is more then 3 digits it pushes the currency symbol to the top.
Hello @GeeMan88 , Please follow these steps to add this CSS code:
- Go to your Online Store
- Click on “Themes”
- Select “Edit code”
- Open your CSS file. If you have a custom CSS file, open that instead.
- If you can’t find your custom CSS file, open “base.css” OR “theme.css”.
- Add the following code at the end of the file.
cart-drawer-items .product-option {
font-size: 12px;
}
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.
Hi there, thanks for taking the time to get back to me but the code did not work
Please share your store URL and password.So that I will check and let you know the exact solution here.
HI there, its www.mzansicouture.co.za
Hello! Please follow these steps to add this CSS code:
- Go to your Online Store
- Click on “Themes”
- Select “Edit code”
- Open your CSS file. If you have a custom CSS file, open that instead.
- If you can’t find your custom CSS file, open “base.css” OR “theme.css”.
- Add the following code at the end of the file.
.cart-item__discounted-prices > *, .cart-item__discounted-prices .cart-item__old-price {
font-size: 11px;
}
Hi there, I added it to the bottom of the base.css file but no changes were made and the currency symbol still went to the top of the numbers
.
Please try this,
cart-drawer-items .cart-item__discounted-prices > *, cart-drawer-items .cart-item__discounted-prices .cart-item__old-price {
font-size: 11px !important;
}
Please add that code in the “component-cart-drawer.css” file.
Thank you for helping, this solution worked


