Please someone help me to remove this notification ( We process all orders in USD and you will be checkout using the most current exchange rates.)
Hello @TrendyShopin ,
Please share the store URL.
And once check the cart page settings may be there you will find an option to disable it.
Thanks
Please go to your Online Store > Themes > Customize > Theme settings > Custom CSS, add this code and save
.buckscc-cart-banner { display: none !importnt; }
It’s not working
Use this css
.buckscc-cart-banner {
display: none !important;
}
Thank you it’s worked
online store - customize - theme setting- cart - custom css
1 Like
