Hello.
So I recently changed my cart icon to a custom SVG icon but the bubble got little messed up.
Can someone help me?
I want the bubble to be a black circle with my theme font for the number
Hello.
So I recently changed my cart icon to a custom SVG icon but the bubble got little messed up.
Can someone help me?
I want the bubble to be a black circle with my theme font for the number
Hi @StudioBlank ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save
.cart-count-bubble {
position: absolute;
top: 0;
right: 0;
transform: translate(0px, 20px) !important;
left: unset !important;
bottom: unset !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Ok this works but its not using the same font as my page. How can i change that?