This topic has 4 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
Hi
I would like to change the font of the product title in the shopping cart (not on the cart page) but on the popup when you had new product on the cart.
I have tried but both not working :
h4.product-title
{font-family: lato!important;}
.product-title h4 {
font-family: Lato !important; font-weight: bold !important;
}
Could you please help. Thanks!
Hello,
.et_element .cart-widget-products li .product-title a {
font-family: Lato;
font-weight: bold;
}
Regards
Thanks!
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up