Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1342196
    atg85
    Participant

    Hi guys!

    I’m finishing up work on https://cheriand.co and I’d like the cart Paypal Express checkout to be a theme button rather than a yellow Paypal button – how can I replace it? Can’t find a solution… Many thanks!

    #1342295
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Not sure what you mean to be a theme button.

    To replace the paypal button,

    .wcppec-checkout-buttons__button img{
    display:none
    }
    
    .wcppec-checkout-buttons__button{
        width: 190px;
        background: url(urlofyourimage.jpg);
        margin: 0 auto;
        height: 50px;
    }

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1342493
    atg85
    Participant

    Work perfectly. Thanks Nico!

    #1342547
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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