How to hide featured image in post or make it Full width Images ?

  • Posted in : Editor
  • MarieHou
    Participant

    Hi,

    I would like to change the appearance of my featured images in posts. So for this, I would like to know if these next options are possible:

    – Is it possible to have my featured image in full width in my posts (like the Full-width Images in the content post)?

    – If not, is it possible to hide the featured image inside the blog post, but keep it in my homepage (in the slideshow) ?

    Thanks for your answer,

    Marie.

    serkan
    Moderator

    Hi Marie,
    You can try to use this custom css code for full eidth image. It is not exactly what you want but it is close your niche.

    .single-post .featured-image img { max-width: 160%;  margin-left: -15%; }

    or you can use this custom css code for hide the featured image inside the blog post.

    .single-post .featured-image img { display: none; }

    Thanks

Viewing 2 posts - 1 through 2 (of 2 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