• Resolved CarpeCD

    (@carpecd)


    On the home page of my website I switched on the ‘List Posts under this page’ attribute.
    The images are all shown with a black frame, while the examples on the custom community website are all without frames.

    How can I switch to NoFrame?

    The problem is visible on http://www.job-dehler.de.

    CarpeCD.

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

    to remove the border just for this style:

    div.posts-img-over-content img.wp-post-image {
    border: none !important;
    }

    if you want to remove the border from all post listing styles you can add this one here:

    .list-posts-all div.list-posts img.wp-post-image {
    border: none !important;
    }

    add the snippet you need to your THEME SETTINGS -> CSS tab..

    hope that helps, konrad

    Thread Starter CarpeCD

    (@carpecd)

    Hi konrad,

    Thank you again, the snippet just for the img-over-content style works very well.

    If I use the one for all post listing styles instead, it has no effect, but this doesn’t matter in my case.

    Hi CarpeCD, nice!!

    please set topic to resolved as help for others who search for the same issue later 😉

    cheers, konrad

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

The topic ‘List posts: images without frame’ is closed to new replies.