解决您的问题
1、此css代码与您的css冲突(对于paypal按钮)
#widgets .textwidget a {
display: inline;
}
and
#widgets a {
display: inline-block;
margin: 0;
padding: 0;
text-decoration: none;
}
2。放在显示属性中很重要
a.paypalButton {
display: block!important;
width: 207px;
height: 44px;
background-image: url(\'http://kellygreenproject.com/wp-content/uploads/2013/05/General-Donate.png\');
}