Solved

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

JonnyJonny21
Tourist
35 0 2

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

 

Add to Cart Page.jpg

Accepted Solution (1)
GemPages
Shopify Partner
5588 1261 1206

This is an accepted solution.

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

GemPages_0-1676361088184.png


2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
#cart-notification .cart-notification__links .button-label {
 background-color: transparent !important; 
 color: #2e3449!important;
}
</style>

 

Let us know how it works for you.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 6 (6)

StoreSurgeon
Shopify Partner
67 8 8

Hi @JonnyJonny21 

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

Thanks

JonnyJonny21
Tourist
35 0 2

My store is www.jonnyjonny.in

 It' Not password protected 

 

Thanks,

Parul

StoreSurgeon
Shopify Partner
67 8 8

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;
}

 

 

GemPages
Shopify Partner
5588 1261 1206

This is an accepted solution.

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

GemPages_0-1676361088184.png


2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
#cart-notification .cart-notification__links .button-label {
 background-color: transparent !important; 
 color: #2e3449!important;
}
</style>

 

Let us know how it works for you.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
Dhirsch
Visitor
1 0 0

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

 

GemPages
Shopify Partner
5588 1261 1206

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

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center