Thank you it’s worked
online store - customize - theme setting- cart - custom css
Issue: A merchant wanted to remove a cart notification stating “We process all orders in USD and you will be checkout using the most current exchange rates.” An image of the notice was provided.
Initial guidance: Asked to share the store URL and check cart page settings for a disable option. The URL was later shared.
Attempted fix: CSS was suggested via Online Store > Themes > Customize > Theme settings > Custom CSS using selector .buckscc-cart-banner, but the first snippet had a typo (“!importnt”) and didn’t work.
Resolution: A corrected CSS rule was provided: .buckscc-cart-banner { display: none !important; }. The merchant added it under Online store > Customize > Theme settings > Cart > Custom CSS and confirmed the banner was removed.
Status: Resolved. No outstanding questions or actions.
Thank you it’s worked
online store - customize - theme setting- cart - custom css