How can I remove the highlight on my 'Continue Shopping' link?

Topic summary

A user is experiencing an unwanted highlight/background color on their cart’s “Continue Shopping” link when customers add products.

Solutions Proposed:

Two support teams offered different approaches:

  • StoreSurgeon: Suggested adding CSS code to the bottom of base.css file to make the background transparent:
.cart-notification__links .button-label {
  background-color: transparent !important;
}
  • GemPages: Recommended inserting code into the theme’s theme.liquid file before the </head> tag, with step-by-step instructions provided.

Current Status:

Another user (Dhirsch) reported encountering an error when attempting to implement one of the solutions, suggesting the fix may need refinement. The original poster has not yet confirmed which solution worked or if the issue is resolved.

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

Hi!

I am attaching a screenshot of what the “Continue Shopping” link looks like when a customer adds a product to the cart. Can someone please help me remove the highlighter on that link?

Thanks,

Parul

Hi @JonnyJonny21

Glad to support you today. Please Share Your store Url.

Thanks

Hello @JonnyJonny21 ,

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

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

My store is www.jonnyjonny.in

It’ Not password protected

Thanks,

Parul

Hi @JonnyJonny21

Thanks for the Url

Please paste the Below code at the bottom of base.css

.cart-notification__links .button-label{
    background-color: transparent important;
}

Hello @JonnyJonny21 ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the 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


Let us know how it works for you.

Best regards,
GemPages Support Team

Hey guys, when I replace that entire line from { to } with my website, it gives me an error. Could you help out?