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
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:
base.css file to make the background transparent:.cart-notification__links .button-label {
background-color: transparent !important;
}
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.
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
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
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:
Open your theme.liquid theme file
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?