Home Forums WordPress Plugins Move the Paypal Logo to another page Reply To: Move the Paypal Logo to another page

#2354
Ed B
Guest

Hi,

Thanks I appreciate the help with everything, but I was able to figure it out here is the code I used to make it work just in case someone else is trying to duplicate what I did.

}
#post-1275 FIELDSET.eshop.fld6 {
display: none;
}
#post-1275 input#ppsubmit.button.submit2, input#ppsubmit.button {
background-image: url(http://beta.ulsprouts.com/wp-content/uploads/eshop_files/paypal.png);
    border-color: 0;
    height: 41px;
    width: 257px;
    background-repeat: no-repeat;
    background-size: 255px 39px;
    font-size:0px;
}