Hello, please view the image attached. The “Continue shopping” button is invisible unless I hover over it. I’d like it to be the opposite colors of the “VIEW CART” button above - pink background and white letter. I would also like it to say “GO TO CHECKOUT” and lead straight to the checkout page, please.
www.crueltyfreebabe.com
password: neunoz
Thank you!
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.scss.css and paste this at the bottom of the file:
button.cart-popup__dismiss-button.text-link.text-link--accent {
color: #c67d7d!important;
}
Thanks, however I can’t find any file under this name or anything containing scss. Why is that?
hello @Sandra45MJ
please Go to Online Store->Theme->Edit code then go to assets/style.css ->paste below code at the bottom of the file.
button.cart-popup__dismiss-button.text-link.text-link--accent {
color: #c67d7d !important;
}
Hey there,
I don’t have that one either. I’m using debut. Which other file should I look for?
hello @Sandra45MJ
assets/style.css ->paste below code at the bottom of the file.
can you please share screenshot of your assets folder