• Resolved ckjobrien@aol.com

    (@ckjobrienaolcom)


    Hi,

    I am using the vertical style but I would like a slightly darker border around the thumbnails or a slightly darker shadow.

    When the background of a thumbnail image is white, there is no clear separation between the thumbnail image and the main background of my page. This is where it is most noticeable, and where a slight darker border would maybe look better.

    https://wordpress.org/plugins/related-posts-by-zemanta/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    thanks for reaching out – may I get the link to your blog, so that I can have a closer look?

    Looking forward to your reply,
    Petra

    Hey,

    you can try adding this code to your custom CSS code in the plugin settings:

    .related_post_title {
    }
    ul.related_post {
    }
    ul.related_post li {
    }
    ul.related_post li a {
    }
    ul.related_post li img {
    box-shadow: 4px 4px 2px #888888 !important;
    }

    Hope this helps, take care and have a nice day,

    Petra

    Thread Starter ckjobrien@aol.com

    (@ckjobrienaolcom)

    Thanks Petra,

    That works better.

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