All things Shopify and commerce
This is an accepted solution.
then you will have to find the code in the code section and edit it
@media screen and (max-width: 768px)
.cart-count-bubble {
position: absolute;
background: #b23e65 !important;
color: #fff;
height: 1.7rem;
width: 1.7rem;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 0.9rem;
bottom: 0rem;
left: 1.4rem;
line-height: calc(1 + 0.1 / var(--font-body-scale));
}
you have to find this particular code part and change the background from #b23e65 to #000(black) or the color you like
can you please share url and password (if any) of your store?
mybentishop.com
paste the code below in the header's custom css
@media screen and (max-width: 768px)
.cart-count-bubble {
background: #000 !important;
}
this will make the background color black
That is the error message I received and it did not change the icon.
This is an accepted solution.
then you will have to find the code in the code section and edit it
@media screen and (max-width: 768px)
.cart-count-bubble {
position: absolute;
background: #b23e65 !important;
color: #fff;
height: 1.7rem;
width: 1.7rem;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 0.9rem;
bottom: 0rem;
left: 1.4rem;
line-height: calc(1 + 0.1 / var(--font-body-scale));
}
you have to find this particular code part and change the background from #b23e65 to #000(black) or the color you like
Found it, it was under icon-cart.liquid. Thank you.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024