How do I remove the border around the images in my header?

Discussion in 'WordPress' started by ethanator1088, Apr 8, 2010.

  1. #1
    I am trying out a new theme, and I want to keep the old header, which is a few pics with links. The theme has a thick blue border around all of the images. How do I remove the borders? http://PWNEDvideo.com . Thanks!
     
    ethanator1088, Apr 8, 2010 IP
  2. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #2
    It's either in the CSS file, and you'll have to hunt down the global settings for all images and remove the border, or its an image frame that displays behind the images.
    I would check that first...check the theme's image folder and see if anything looks like it could be the frame. If so, delete it from your installation...if not, then it is probably a CSS setting.
     
    hmansfield, Apr 8, 2010 IP
  3. bhoo-day

    bhoo-day Greenhorn

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    put code below in your CSS file.

    a img {
    border: none;
    }
     
    bhoo-day, Apr 12, 2010 IP