What's your biggest current challenge? Have your say in Community Polls along the right column.

Why does my cart icon vanish after adding a product?

Why does my cart icon vanish after adding a product?

Leonpojen
Pathfinder
103 2 10

Hello,

 

On my store the cart icon disappear after adding product until i change page or refresh the browser. How can i make it not disappear??

 

store: www.arceyworldwide.com

password: arcey

 

Best regards,

 

Leon

 

Replies 2 (2)

PageFly-Henry
Shopify Partner
1184 335 292

Hi @Leonpojen 

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

 

#cart-icon-bubble:first-of-type {

    display: block !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.

Leonpojen
Pathfinder
103 2 10

Hi, it did not work at bottom, i tried put it on top after which made the icon stay but it shows both icons at same time. @PageFly-Henry 

Screenshot 2023-10-12 at 19.10.34.png