Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1691320
change colors in pay section
Closed

Comments

  • Carlos Enrique Vargas Aguilar started the conversation

    Hi!

    Is there a way to change the colors of these buttons and headers?

  •  7,095
    Oliver replied

    HI!

    pls. use following css:

    Steps:

    body .checkout-steps .checkout-step.active, 
    body .checkout-steps .checkout-step.before-active:before, 
    body .checkout-steps .checkout-step.before-active:after {
        background: #ffd453;
        color: #3c3950;
    }

     Box notice:

    body .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .payment_methods .payment_box {
        color: #3c3950;
        background-color: #a3e7f0;
    }
    

    Order button:

    body .checkout-navigation-buttons .checkout-place-order button {
        background-color: #00bcd4;
        border-color: #00bcd4;
    }
    

    Checkout buttons:

    body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button {
        background: #00bcd4 !important;
        color: #fff !important;
    }
    body .woocommerce .woocommerce-cart-form .actions .submit-buttons .checkout-button-button .checkout-button:hover {
        color: #393d50 !important;
        color: #fff !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Carlos Enrique Vargas Aguilar replied

    Thank you so much Gregor. All changes are made.

    Finally, how can I align these buttons?

  •  7,095
    Oliver replied

    HI!

    pls. use following css:

    body #primary-menu.no-responsive > li.menu-item-cart > .minicart {
    width: 384px;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Carlos Enrique Vargas Aguilar replied

    That's all Gregor. Thank you so much for your support.

    Saludos desde México.

    Carlos

  •  7,095
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver