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
I've already tried in the theme settings but I think it's somewhere in my code from past edits I've made....
Right now you can't see the view cart button and I don't know why the dark green is at the cart icon up top
Here's the link: https://euphoriaforest.store/collections/kpop and the password is Yoongi2017
Let me know if you need anything else! All help is greatly appreciated
Solved! Go to the solution
This is an accepted solution.
The cart icon buble green cause you make it green.
You add this code. If you referring to the pop-up. like this,
Add this one on the base.css.
a#cart-notification-button {
background-color: #203a21;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
The cart icon buble green cause you make it green.
You add this code. If you referring to the pop-up. like this,
Add this one on the base.css.
a#cart-notification-button {
background-color: #203a21;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
It worked thank you!
As for the green, I thought I had deleted that part of the code but forgot to hit save! Rookie mistake haha