Support » Themes and Templates » Grid Focus theme and WP125 plugin – CSS – img border

  • Hello all.

    I’m using the WP125 plugin (sidebar widget) w/Grid Focus theme.

    Something, somewhere, in some CSS (either the themes or the plugins CSS) is adding a border to the WP125 images.

    (See “FEATURED POSTS” in RH column: http://www.touchingharmstheart.com

    I need help removing that border! Many thanks for any insight.

Viewing 4 replies - 1 through 4 (of 4 total)
  • .wp125ad img { border:0; }

    It’s your link text color (line 58 in style.css). Try adding:

    .wp125ad a img {border:none}

    to the bottom of style.css. If that fails.

    .wp125ad a {color:#fff;}

    should fix it.

    the image border seems to come from the browser default setting.
    to get rid of it, add
    img {border:none;}
    to style.css.
    PS: esmi is right – and fast 😉 lol

    Thread Starter lukestrosnider

    (@lukestrosnider)

    Thank you **so much** to everyone who replied. I followed esmi’s instructions and it worked perfectly. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Grid Focus theme and WP125 plugin – CSS – img border’ is closed to new replies.