Forums

[resolved] Borders on Pictures are added automatically, help! (3 posts)

  1. bill127300
    Member
    Posted 3 years ago #

    I'm using a theme created with artisteer. Borders are automatically added to pictures and tables whether I want them or not. I can't figure out how to get rid of them. I tell wordpress no border but they show up anyway. The site is http://www.doverma.org/wordpress

  2. Otto
    Tech Ninja
    Posted 3 years ago #

    In your theme's style.css:

    .article img, img.article
    {
      border-style: solid;
      border-width: 1px;
      border-color: #397AAC;
    }

    That adds a border around your images.

  3. bill127300
    Member
    Posted 3 years ago #

    Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic