Home Forums WoodMart support forum Woodmart Plants color change in cart

Woodmart Plants color change in cart

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #583246

    michelo.ch
    Participant

    Hi,
    How can I change colors from grey to black in the shoping cart? Marked red on pictures. Thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #583375

    Hung Pham
    Participant

    Hi michelo.ch,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div.cart-info span.quantity,
    .cart-totals-inner table .cart-subtotal span.amount,
    td.product-price > span.amount{
    	color: #000;
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)