• Resolved sandyhov

    (@sandyhov)


    All the images I bring in have a faint blue line/border around them. I’d prefer that there be no border on most images. How can I get rid of the blue border? The border is NOT part of the image – i.e., I can bring the image into any other program and there is no border.
    As you can probably tell from the question, I’m not a WP expert! Simple answers would be appreciated. 🙂
    Thanks much,
    Sandy

Viewing 7 replies - 1 through 7 (of 7 total)
  • WPyogi

    (@wpyogi)

    Most likely in your CSS stylesheet, but unless you post a link to your site, hard to say anything more specific.

    Pioneer Web Design

    (@swansonphotos)

    This occurs usually when the image is also a hyperlink. Review the CSS for ‘a’ tag in use for the img.

    GreenLead

    (@greenlead)

    What theme are you using?

    Are the images being used as links?

    Thread Starter sandyhov

    (@sandyhov)

    Here’s a sample blog with an image: http://datades.com/tipcards-info-at-your-fintertips/

    We’re using a theme developed we developed in Artisteer (and yes, we’re novices at that as well).

    The images aren’t being used as hyperlinks (at least not in most cases).

    Josh

    (@josh401)

    Add this to your custom css:

    .art-article img, img.art-article, .art-block img, .art-footer img {
        border: none;
    }
    Thread Starter sandyhov

    (@sandyhov)

    THANK YOU, thank you, thank you! I have successfully modified my CSS for the first time! And it worked!

    Josh

    (@josh401)

    My pleasure 🙂

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

The topic ‘Remove Border from Image’ is closed to new replies.