• Resolved jebunilo

    (@jebunilo)


    I am having the hardest time adding borders to the thumbnails on the front page of my site. I have tried pretty much every code in the threads about this subject and none worked. Please help

    site is http://www.jebunilo.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • I see a thin grey border around the one portfolio thumbnail on your homepage:

    Graphically Designerd

    Can you let me know if you’re all set or if there’s something you still need help with? Thanks!

    Thread Starter jebunilo

    (@jebunilo)

    Hi Kathryn

    Yes I finally figured it out using a plug-in. I wish there was an easier way but it is what it is. Thank you so much!

    Glad you got it sorted! Just so you’re aware, you don’t need a special plugin just to add borders. I see that you’re already using a custom CSS plugin, so you could add custom CSS to your existing custom CSS editor, if you prefer to eliminate the borders plugin. This CSS should do it:

    .project-navigation-wrapper .entry-thumbnail img, .page-template-portfolio-page-php .entry-thumbnail img, body.archive[class*="jetpack-portfolio"] .entry-thumbnail img {
       border: 1px solid #d8d8d8;
    }
    Thread Starter jebunilo

    (@jebunilo)

    Where would I place the code? I tried putting it in the Custom CSS and it didn’t work.

    Thread Starter jebunilo

    (@jebunilo)

    wait nevermind! it did! The code was messed up when I placed it. Instead of “, it wrote out &quote..

    THANK YOU KATHRYN!! you’re awesome sauce!

    whoo!

    Wonderful! Glad that did the trick!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Add border to thumbnails’ is closed to new replies.