Shopify themes, liquid, logos, and UX
Hey ! the span of cart header icon disappear when you click add to cart product on product page view :
the code of it is actually that on base.css:
.cart-notification-product__image img
{margin-top: 0 !important;
}
#cart-notification-button,
.cart-notification__links > button {
color: rgb(var(--color-foreground))!important;
}
.cart-count-bubble {
left: auto!important;
right: 0px!important
}
by the way, how can i change the color of button of cart notification pop up ? and as you can see below buttons have a line that i want to hide
thanks !
Hello @UTOPIA-PARIS
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
a#cart-notification-button {
background: #000;
color: #fff !important;
}
.active:after {
content: unset !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
hey ! for the cart notification it's work !
but the span is still hidden :
before click add button :
after :
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024