Forums

How Do I Remove Border in PayPal Donate Button? (3 posts)

  1. cjane
    Member
    Posted 1 year ago #

    I've tried using code like

    .entry img{
    border: none;
    padding: 4px;

    yet, the grey border is still there!

    Does anyone know a way to remove the grey image? It's really "annoying" looking. :-(

  2. Kafkaesqui
    Moderator
    Posted 1 year ago #

    You can try:

    .entry input {
    	border: none;
    	padding: 4px;
    }

    Assuming your Paypal code is similar to mine...

  3. dwmeso01
    Member
    Posted 1 year ago #

    did u get it working?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.