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
A store owner reports that their cart icon disappears after adding a product to the cart, only reappearing after a page change or browser refresh.
Proposed Solution:
A PageFly support representative suggests adding CSS code to fix the display issue:
#cart-icon-bubble:first-of-type { display: block !important; }) at the bottom of the fileCurrent Status:
The initial solution didn’t work when placed at the bottom of the file. When the user tried placing the code at the top instead, the icon remained visible but created a duplicate icon problem. The issue remains unresolved, with an attached screenshot showing the duplication issue.
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
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
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