• Yo! This is a silly question, but it annoys the hell out of me…

    I’m using WordPress with Gamenow Theme and On a Few Pages I have photos, they are on a black background and they put a white border around the image which makes it look just awful…I’ve tried to use the border=o tag and all that HTML junk…any other ways to possibly get rid of the border?

    Use this page for an example: https://ahlpod.com/shows/wwr

    On that page, all 4 photos have a white border around them…and to me it’s annoying.

    Thanks for the help in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try `img{border:none;} in the sytle.css

    Thread Starter Alex Hanson

    (@alex-hanson)

    I’m kinda a n00b at web developing…so be more specific…where do I do this? where does it go once I get there…

    Any Help again,
    Thanks in Advance.

    Moderator cubecolour

    (@numeeja)

    Look in the theme’s style.css & find:

    /* Images */
        .article .post img {padding:1px;border:1px solid #ccc;max-width:620px !important;}

    Change to

    /* Images */
        .article .post img {padding:1px;border:none;max-width:620px !important;}

    Thread Starter Alex Hanson

    (@alex-hanson)

    Holy Mofo…that worked, you 2 are lifesavers! haha

    Thanks, little things like that annoy me,

    Thanks Again Guys!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Photo Border – ANNOYING!’ is closed to new replies.