View cart button not displaying correctly

Hello,

I am trying to see my View cart button and you can only see the text if it is highlighted. All it shows it an outlined white box. How can i update the text color or box color so you can see it. It was doing this on the product page as well so i unchecked dynamic buttons so it would display correctly but now the pop up does not display correctly. Any help would be appreciated. Thanks!

Hi @saraelizpor

Can you please share the website link to check what affecting the cart button and share a fix.

Thanks

Sheesh B

https://ensodoctors.myshopify.com/

Hi @saraelizpor

Kindly paste below CSS in base.css at bottom

#cart-notification #cart-notification-button {
	color: #000 !important;
}

Thanks

Sheesh B

it still is not working