• site: http://www.yourwns.com

    1) I’m getting a border around may PayPal image button. The code inserted into a widget for the image does have border=0 and the stylesheet has a img {border: none;} inserted as well. This isn’t happening with any other images. PayPal says to check with WordPress.

    *****

    2) Also, I’m using a piece of code that is to update the current year in the footer with the copyright automatically but it’s not being done.

    From what I can tell there are three files that have code for this:

    [Code moderated as per the Forum Rules. Please use the pastebin]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. It’s an input element – not an img element. Try adding:
    #sidebar input[type=image] {border:none;}
    to your theme’s stylesheet.

    Thread Starter SBMongoos

    (@sbmongoos)

    For number 1 I found the fix was style="border:0px" in the code for the widget (sidebar).

    Number 2, I had help but I need to find out what they did. Waiting on that response.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Border around image/copyright footer issue’ is closed to new replies.