• Resolved myclubdeluxeltd

    (@myclubdeluxeltd)


    Hi guys,

    I know this has already been asked before and resolved with some CSS but I’m still really struggling to change the product font colour in the Woocommerce cart page.

    I have tried adding the below in additional CSS is customizer but this doesn’t seem to work.

    .woocommerce .product-name a {
    color: hexcodehere;
    }

    Can anyone possibly point me in the right direction.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Yuki K a11n.

    (@yukikatayama)

    Automattic Happiness Engineer

    change the product font colour in the Woocommerce cart page.

    Try:

    .woocommerce-cart .woocommerce table.shop_table.cart td.product-name a {
        color: #hexcolorhere;
    }
    Plugin Support Yuki K a11n.

    (@yukikatayama)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change product font color in woocommerce cart’ is closed to new replies.