Hi, I’ve chosen a black and white theme for my website. which has resulted in the check out button above being white on white.
how do i change the colour of the text on this button to black please?
I managed to edit the code to change the colour of the number in the cart bubble but don’t know what the code name for this button is.
thanks so much
Please share you store url whenever you ask questions on this form. We don’t know your store so we can’t help.
Hi @Nomad09
READ: https://community.shopify.com/c/blog/how-to-get-support-from-the-community/ba-p/2254458
Self awareness and upfront communication is a key to success other’s aren’t mind readers or magically have access to what you have access to.
Provide inspectable urls that are publicly accessible for other people to even have a chance of helping you.
1 Like
Hi @Nomad09 ,
Please go to Customize > Theme settings > Custom CSS and add code:
.cart-notification__links .button.button--primary {
color: #121212;
}
Hi @Nomad09
To change the color of checkout button, we can use CSS to adjust it accordingly. Since you did not share the store URL here, I fail to proceed and further check it for you. It is better for you to share this page related URL, so that I can provide you the specific code directly. Thank you!