Removing image border around pics

  • Anonymous

    #10276

    Hello,

    After the most recent update I am unable to get the border removed around an image in my right sidebar. I added the code that I previously had in the stylesheet prior to the update that I found in previous threads, and it does remove the post image borders, but I cannot get the border removed from a side bar image since the update. Any suggestions?

    This is the code I have at the end of my current stylesheet

    .entry-content img{
    border:0px;
    margin:5px;
    }

    Thanks in advance for your assistance!

    Mod

    Kenneth John Odle

    #45782

    .entry-content designates the main area of your post.

    Try:

    #sidebar img{
    border:0px;
    margin:5px;
    }

    Anonymous

    #45783

    Unfortunately that didn’t work, but it drove me to continue looking through the stylesheet css and I finally found it!!

    .sidebar p img {
    border: 4px solid #dedede;
    }

    Changed the 4 to 0 and it worked!

    Thank you!

    Mod

    Kenneth John Odle

    #45784

    Marking thread as resolved. You can do this yourself as well.

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.