• Resolved pfarley

    (@pfarley)


    Hello all, I have searched and searched the forums and have tried everything that I have found, but I still can’t seem to get rid of the border on my gallery thumbnail images. Here is my web address: https://www.allthingscouponing.com and I’m using the Mimbo theme.

    The images I’m talking about is under ‘Recent Post’

    Here is my code:

    [CSS moderated as per the Forum Rules.]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Edit style.css and remove border: 1px solid #B9B9B9; from:

    #more-posts img, .archive-list a img, .archive-list a:visited img {
        background:#fff;
        border: 1px solid #B9B9B9;
        float: left;
        margin: 4px 18px 8px 0;
        padding: 2px;
    }
    Thread Starter pfarley

    (@pfarley)

    Thank you so much esmi. I was crossing my fingers when I refreshed. My chair needs a much needed breath of fresh air. You’re awesome!

    You’re welcome. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Gallery Thumbnail Border’ is closed to new replies.