Hi there!
Is there a way for me to change the color (Ex. Red or Bright Blue) of the text for the free shipping bar “Just $130.05 more to get free shipping! “ so that it stands out more on the Spoke theme version 6.4.1?
Hey @offroadjim
Do you have your cart drawer disabled? because when I tried to add to cart it sends me to cart page instead of drawer. Let me know if it’s enabled
Best,
Moeed
Hey @offroadjim
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </ body> tag
<style>
.mini-cart-content-notice {
color: red !important;
}
</style>
RESULT:
If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
You are truly amazing. Thank you!




