• Resolved willmorcos

    (@willmorcos)


    Hello

    How do I change the colour of the red vertical lines in the shopping cart to the same colour light grey in the top row which contains the headings.

    Thank you.

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

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

    For change the color of the red vertical lines, Please add the following CSS code in custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    .woocommerce .cart_item td {
        border-right: 1px solid #eeeeee;
    }
    .woocommerce .cart_item td:last-child {
        border-right: none;
    }

    I hope this will helps.

    Let me know if it works..!

    Thanks

    Thread Starter willmorcos

    (@willmorcos)

    Fantastic!

    Thank you Shahid.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Red vertical lines in cart summary’ is closed to new replies.