How can I make the cart amount visible on mobile devices?

Hi there,

does anyone know how to get the cart amount visible on mobile? It is visible on desktop!

thanks in advance

@SIO2 , Hope you are doing well. Could you please share your store URL?

Snibs.nl, thanks for answering!

Please go to theme editor and put this line of code in “Custom CSS” section

div.cart-count-bubble {
    color: #000000 !important;
}

Best regards,

Justin

that worked, thanks!

Perfect. Have a good day