• nvisages

    (@nvisages)


    I can’t for the life of me figure out where to go to eliminate the pale pale blue borders which automatically appear around the images on this blog: http://tinyurl.com/cwxhzm

    I’m sure it’s something super-easy!

    Thank you for taking a look!

Viewing 2 replies - 1 through 2 (of 2 total)
  • stvwlf

    (@stvwlf)

    Hi

    in your stylesheet /wp-content/themes/{themename}/style.css make these two changes

    line 287

    .postentry img:hover {
      border:5px solid #DCE6FF;
    }

    line 284

    .postentry img {
      border:5px solid #EDF2FF;
    }

    change both border lines to
    border: none;

    Thread Starter nvisages

    (@nvisages)

    Oh!!!! I love you I love you I love you! Seriously I can not thank you enough for your help! I’m so grateful and thank you for answering me right away like you did.

    You have my eternal gratitude!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image borders, getting rid of them!’ is closed to new replies.