How can I remove the currency message from my cart page?

Topic summary

A user seeks help removing a currency-related message (“all orders are processed…”) appearing on their cart page at richypet.com/cart.

Solutions provided:

  • CSS approach: Add specific CSS code to hide the message by targeting .Cart_currencyinfo with display: none and visibility: hidden in the theme.scss file.

  • Theme code editing: Access Online Store > Theme > Edit code, open the theme.liquid file, and paste provided markup code before the </head> tag.

Both responses include screenshots demonstrating where the message appears and implementation steps. The original poster confirmed the solutions worked with brief thank-you messages.

Summarized with AI on November 24. AI used: claude-sonnet-4-5-20250929.

Hey, here is my website url : https://richypet.com/cart

Can Someone help me with this there is a message shows on cart page “all orders are processed..” i want to remove it but it didn’t work .

it also shows here

@richypet - add this css to the end of your theme.scss file and check

.Cart_currencyinfo {display: none;    visibility: hidden;}

Hello @richypet ,

It’s GemPages support team and glad to support you today.

I would like to give you a recommendation to support you so kindly follow steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

Thank you So much

thank you so mush