Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1105236
    Jack D
    Participant

    WP current Renew Stack x theme current http://www.protectiondogsuk.co.uk

    I have customized the ADD TO CART button with from a previous answer:-

    .product .x-btn, .product .button, .product [type=”submit”] {
    color: #fff;
    border-color: gray;
    background-color: gray;
    box-shadow: 0 0.25em 0 0 #5C5C5C,0 4px 9px rgba(0,0,0,0.75);
    }

    Which works well but I should like to customize all the buttons in Woocommerce to the same colour if you can help

    #1105241
    Jack D
    Participant
    This reply has been marked as private.
    #1105311
    Rupok
    Member

    Hi there,

    Thanks for writing in! Kindly point us the buttons you are referring as I am not sure which buttons you are pointing by “all the buttons in Woocommerce”.

    Cheers!

    #1105381
    Jack D
    Participant

    APPLY COUPON
    UPDATE CART
    PROCEED TO CHECKOUT
    RETURN TO SHOP
    PLACE ORDER

    #1105436
    Thai
    Moderator

    Hi There,

    Please update your custom CSS to this:

    input#place_order,
    p.return-to-shop a,
    .woocommerce .wc-proceed-to-checkout a,
    .woocommerce .cart .actions>input.button,
    .product .x-btn, 
    .product .button, 
    .product [type="submit"] {
        color: #fff;
        border-color: gray;
        background-color: gray;
        box-shadow: 0 0.25em 0 0 #5C5C5C,0 4px 9px rgba(0,0,0,0.75);
    }

    Hope it helps 🙂

    #1105459
    Jack D
    Participant

    Perfect as usual! Many thanks

    Jack

    #1105471
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1105236 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>