Free Shipping Status Text Color Change On Spoke Theme

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?

https://rfbj9x7pmfsepow1-20889773.shopifypreview.com

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

Hi, Yes I do

Hey @offroadjim

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. 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!

Hi again

This did work on the cart drawer that pops out, but if I click “View Cart” it is not red.

Any idea how to change that one also?

I also just noticed that when you do reach free shipping, it is not red at the bottom of the screen either