View Cart Pop up Button is Transparent - Crave

Solved

View Cart Pop up Button is Transparent - Crave

HelloEolian
Tourist
6 0 2

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
12018 2348 2527

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 & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 2 (2)

PageFly-Henry
Shopify Partner
1184 335 300

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
12018 2348 2527

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 & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.