Home Forums Basel support forum Customer complaints

Customer complaints

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #48093

    Kristyan Romankiu
    Participant

    Complaining customers about the calculation of shipping in the cart, is very hidden and people take too long to locate.
    Would it be better to make a button more apparent?

    Attachments:
    You must be logged in to view attached files.
    #48131

    Eric Watson
    Participant

    Hello,

    Try to add this code to Global custom css area in Theme Settings

    div.cart-collaterals .cart_totals table .shipping a {
       color: #ffffff!important;
       background-color:#17aa99!important;
       font-size: 12px;
       line-height:16px;
       padding: 10px 14px;
       display: inline-block;
       position: relative;
       font-weight: 600;
       text-align: center;
       text-transform: uppercase;
       letter-spacing: .3px;
       border-radius: 0;
       border-width: 0;
       border-style: solid;
       border-color: transparent;
       outline:none;
       box-shadow: none;
       text-shadow:none;
       text-decoration: none;
       vertical-align: middle;
       cursor: pointer;
       -webkit-transition:
           color 0.25s ease,
           background-color 0.25s ease,
           border-color 0.25s ease,
           box-shadow 0.25s ease,
           opacity 0.25s ease;
       transition:
           color 0.25s ease,
           background-color 0.25s ease,
           border-color 0.25s ease,
           box-shadow 0.25s ease,
           opacity 0.25s ease;
    }
    
    div.cart-collaterals .cart_totals table .shipping a:hover {
            color: #ffffff!important;
            background-color:#0c8879!important;
    }

    Kind Regards
    XTemos Studio

    #48183

    Kristyan Romankiu
    Participant

    You are the best, I only buy from you. It was very good

    thank you

    #48220

    Artem Temos
    Keymaster

    Great, thank you 🙂

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