Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Please use the following codes in your Appearance -> Customize -> Advanced options -> Custom CSS

    .cart .badge, .cart .label {
        color: #5a5a5a !important;
        text-shadow: none !important;
    }
    .cart tr:nth-child(2n) td, .cart tr:nth-child(2n) th {
        background: none !important;
    }

    This is what you should see after applying the above codes.
    http://i.imgur.com/vl7bUlI.jpg

    Thank you
    Denzel

    Thread Starter aasthagautamjain

    (@aasthagautamjain)

    wow..that was quick. Thank you so much, you made my day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘woo commerce Grouped product display is not good’ is closed to new replies.