Forums

Grid Focus theme and WP125 plugin - CSS - img border (5 posts)

  1. LukeStrosnider
    Member
    Posted 3 years ago #

    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.

  2. redwallhp
    Member
    Posted 3 years ago #

    .wp125ad img { border:0; }

  3. esmi
    Theme Diva & Forum Moderator
    Posted 3 years ago #

    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.

  4. alchymyth
    The Sweeper & Moderator
    Posted 3 years ago #

    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

  5. LukeStrosnider
    Member
    Posted 3 years ago #

    Thank you **so much** to everyone who replied. I followed esmi's instructions and it worked perfectly. :)

Topic Closed

This topic has been closed to new replies.

About this Topic