Shopify themes, liquid, logos, and UX
By chance, does anyone know how to edit the color of the text in the mini cart for Turbo Theme without having to edit the full theme base text color?
I recently noticed my cutomer account area was not showing the text properly for all sections. Therefore I was forced to change the complete base text color for my whole store. The base color was initially white. So as a work around to get all text in the Customer account area to appear, I completely changed my full store base text color and then coded each section/page/area with the custom CSS to make text white again, however, now I'm not sure how to code white text for the mini cart area. Any knowledge anyone can provide is greatly appreciated.
Solved! Go to the solution
This is an accepted solution.
.cart_content form, .cart_content a, .cart_content a:visited {
color: #FFFFFF !important;
}
This is an accepted solution.
You are an absolute life saver. This worked perfectly. Thank you so much.
Hi @Soulofchiron ,
Can you please a preview url of the store?
Thank you
Hi @Soulofchiron ,
Try adding below css to style.css file.
.tos_warning.cart_content a, .tos_warning.cart_content a:visited, .tos_warning.cart_content a:hover, .tos_warning.cart_content a .price, .tos_warning.cart_content a .price span {
color: #ffffff !important;
}
.mini-cart__item-price span {
color: #fff;
}
li.cart_subtotal.js-cart_subtotal span {
color: #fff;
}
p.cart-message.meta {
color: #fff;
}
If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
This is an accepted solution.
You are an absolute life saver. This worked perfectly. Thank you so much.
This is an accepted solution.
.cart_content form, .cart_content a, .cart_content a:visited {
color: #FFFFFF !important;
}
Thank you so kindly, this code also works perfectly.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024