Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
hello!
We are working in "Boundless" and I have a couple of questions.
1. In an empty cart, how do I choose where the link goes on "Continue Browsing Here"? It currently redirects to All Products but I'd like to send people somewhere else.
2. Again, working in "Boundless," how can I change the background color of the quantity box in the cart? You can technically see the number but would love to make it black so that it's more visible.
Thank you so much! Good luck everyone!
Solved! Go to the solution
This is an accepted solution.
@WitchCutie To update the link found in this section of the Cart page, this can be done in the language section found in the Themes tab (Online Store > Themes > Customize > Edit Languages). On the language edit page, search Continue browsing HTML, and under Cart, you'll be able to update the URL with a product, collection or page like so:
This is an accepted solution.
<a href="https://witchcutie.com/">here</a>.
Can you please share your store URL with me? so I can check and guide you on your requirements.
Witchcutie.com
This is an accepted solution.
@WitchCutie To update the link found in this section of the Cart page, this can be done in the language section found in the Themes tab (Online Store > Themes > Customize > Edit Languages). On the language edit page, search Continue browsing HTML, and under Cart, you'll be able to update the URL with a product, collection or page like so:
Thanks so much!
Ok, I've gotten to that point but how do I change the link?
It currently says: Continue browsing <a href="{{ link }}">here</a>.
I would like it to simply redirect to the homepage of https://witchcutie.com/
I tried pasting it in the spot where it says "link" but that did not work.
Thank you!
This is an accepted solution.
<a href="https://witchcutie.com/">here</a>.
perfect! thank you so much!