New Landing How can we help? Atelier Checkout button color + Child theme question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #233795
    nielseric
    Member
    Post count: 29

    Hi there,

    I have 2 questions:

    1. I’m wondering how I can change the color of the checkout button on the shopping cart and checkout page. Is there a way to do so?

    2. Can you explain to me how I set up a child theme? I’ve never done this before and I think it will make things a lot easier in the future when I’m tweaking my website.

    Thanks!

    Niels

    #233832
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please use this custom css code:-

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        background: #ff0000 !important;
    }
    .woocommerce .button.checkout-button:hover, .review-order-wrap #payment #place_order {
        background: #ff0000 none repeat scroll 0% 0% !important;
    }
    

    2- Refer this article to create a child theme https://codex.wordpress.org/Child_Themes. Hope it should help to you.

    Thanks
    Mohammad

Viewing 2 posts - 1 through 2 (of 2 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