Hi, when i click add to cart the next screen that pops up, the checkout button is coming up invisible ?
Hi William
Hello @Alslashes
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
#cart-notification-form button {
color: black !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
1 Like