New Shopify Certification now available: Liquid Storefronts for Theme Developers

View Cart Pop up Button is Transparent - Crave

Solved
HelloEolian
Tourist
6 0 1

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. 

 

IMG_3647.jpeg

 

IMG_3649.png

 

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5679 1047 1073

This is an accepted solution.

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; }

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 2 (2)
PageFly-Henry
Globetrotter
519 132 107

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Dan-From-Ryviu
Shopify Partner
5679 1047 1073

This is an accepted solution.

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; }

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now