• Resolved Ares

    (@ismartpink)


    No matter how I try I can’t get the cart page total container to have the borders. Does anyone know how do I make the border?

    https://ibb.co/wSWfLCn

    • This topic was modified 1 year, 11 months ago by Ares.
    • This topic was modified 1 year, 11 months ago by Ares.
Viewing 1 replies (of 1 total)
  • Saif

    (@babylon1999)

    Hello @ismartpink,

    The screenshot you attached doesn’t look like the default Storefront theme but I can see what you’re describing when trying to add a border. Have you tried changing the border-collapse property for the <table> tag?

    For example:

    .order-total {
      border: 4px solid black !important;
    }
    
    .cart table {
      border-collapse: collapse !important;
    }

    Let us know how it goes!

Viewing 1 replies (of 1 total)
  • The topic ‘Cart page – totals container CSS Border don’t work’ is closed to new replies.