How can I change the color of a specific link in my online store?

Hi there,

On my store, when a customer has an empty cart it says ‘Continue browsing here’, but it is not clear where the customer needs to click as the words are all the same colour. The word ‘here’ is what needs to be clicked to continue browsing. Does anyone know how to change the colour of the word ‘here’ so customers know that’s where they need to click?

Cheers

1 Like

@GBSshop

sorry for that issue

please share store url

https://gbs-new.myshopify.com/?key=cf1cbe6423e23cd7eb7467b1c1a0b73ec617c6e12ba27f5f74aa3d167e8889e8

Thanks

1 Like

@GBSshop

thanks for the quick details can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.cart--continue-browsing a {
    color: #27682d;
}
1 Like

Awesome, thanks

1 Like

@GBSshop

its my pleasure to help us