New Landing How can we help? Themeforest Theme Support Dante Cart Totals Dividers

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #111006
    MHC
    Member
    Post count: 247

    Hi there~

    I couldn’t find where to manage the color for the two dividers showing under “Cart Totals”… Could you please show me where I can edit them? Please see attached screenshot.

    Thank you for bearing with me. Almost done 😉

    Attachments:
    You must be logged in to view attached files.
    #111067
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    hi

    It uses the section divide color in color customiser

    – Kyle

    #111109
    MHC
    Member
    Post count: 247

    Hi Kyle,

    I am using a dark color (#25282a) for the “Section divide color” in color customizer, but there are three lines that are not affected and remain white on my cart page… Please see attached screenshot.

    Thanks,

    Attachments:
    You must be logged in to view attached files.
    #111116
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry, they’re actually just styled in the css file, to overwrite add this to your custom css:

    .woocommerce .cart_totals table tr.cart-subtotal {
      border-top: 1px solid #222222;
    }
    table {
      border-bottom: 1px solid #222222;
    }
    .woocommerce-page .cart-collaterals {
      border-top: 1px solid #222222;
    }

    – Kyle

    #111122
    MHC
    Member
    Post count: 247

    Hi Kyle,

    Thank you the CSS works great!
    Sorry, just found out one last line on Checkout page that’s not affected by color customizer. Could you please help me with that? Please see attached screenshot.

    Attachments:
    You must be logged in to view attached files.
    #111124
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    .woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
      border-top: 2px solid #222222;
    }
    .woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
      border-bottom: none;
    }

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register