Completely blacked out button under view cart after adding item

Hi I hope I can get help here. I cannot figure out how to get the button a customer would click to take them straight to checkout. When click the cart and the popup comes up, it looks all black. The button above “view cart” is fine. I have searched this, tried codes, and still wont fix it.

Hey @Sfrost0102

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

https://eyeease.net/products/wireless-smart-eye-massager

This is a direct link to an item. Also, there is a black dot on the cart button in the header as well and I don’t seem to understand why either. Thank you!

@Sfrost0102 ,

Step 1: Go to Admin → Online store → Theme > Edit code

Step 2: Search for the file theme.liquid

Step 3: Add this code before tag


Result:

If it helps you, please like and mark it as the solution.

Best Regards :blush:

Hi @Sfrost0102

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to solve the issue

#cart-notification-form button { color: #fff; }

Yes thank you! Also, Do you happen to know how to remove that black dot on the shopping bag at the top? I don’t think it looks right

@Sfrost0102 , Change the previous code like this


Result:

Worked perfectly! Thank you so much!