View Cart Pop up Button is Transparent - Crave

I am working on my website and noticed that when a customer adds an item to the cart. The Cart Pop up appears but the VIEW CART button is transparent.

Hi @HelloEolian

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

a#cart-notification-button {

background: blue !important;

color: white !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hi @HelloEolian

Please add this code at the bottom of your base.css file in Online store > Themes > Customize > Edit code > Assets

#cart-notification-button { color: #000 !important; font-size: inherit !important; }
1 Like