Hi Awesome Swift,
I would like to style the Cross-sell text on the cart: “You might be interested in..”
It will both be font-family, sizing, color etc. And if doable change the text that’s written into something else.
So far I did it like this – without impact:
h2, .blog-item .quote-excerpt {
font-family:"Lato"!important;
line-height: 28px;
font-weight: 400;
font-style: normal;
font-size: 22px;
letter-spacing:1px;
}
If you would like to see it on my site it’s organicbasics.com/
You will have to add the product “Enamel Mug” the cart and go to /cart/ page.