Remove featured image

  • Posted in : Impose
  • brelixconsulting
    Participant

    Hello there, when I publish an article without a featured image, the featured image placeholder is however still displayed. Is it possible to completely wipe of featured image? I actually do not want my articles to have featured image, I also don’t need the place holder to remain there. Please tell me this is doable.

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    .post-thumbnail {
        background-image: none !important;
    }

    Thanks

    brelixconsulting
    Participant

    Thanks Serkan,
    But I added the code and this is what I get: https://pasteboard.co/IqBp1ss.jpg
    That blank placeholder doesn’t make the website look nice. I would prefer that the entire placeholder is wiped off as well.
    Is that not possible?

    serkan
    Moderator

    Hi,
    If we remove the gray background, there are plenty work to do. You need to change whole text color because it is also white.
    You can add these custom css codes;

    .post-thumbnail .entry-header {
        background: #fff !important; }
    .post-thumbnail .entry-title, .post-thumbnail .entry-title a {
        color: #000 !important; }

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register