Hi @Yongjet To change the text color, please add the CSS below to the end of the file layout/theme.liquid in your theme.cart__footer .tax-note { color: #000; }
Hi @crazycollecting Sorry for reply you late, there are many ways to add custom CSS to the theme, I recommend you put it to the layout/theme.liquid file, just wrap css in a then insert it before closing tag
Hi @ELYSIAN_CLO Please use this CSS, it will only affect to desktop layout@media (min-width: 992px) { .product-card-wrapper .card--standard>.card__content .card__information { position: absolute; top: 0; left: 0; text-align: center;...
Hi @ELYSIAN_CLO Please add the CSS below the the end of the file: assets/component-card.css in your themeLet's see my video: https://take.ms/0ONiN .product-card-wrapper .card--standard>.card__content .card__information { position: absolute; top:...