Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1061936
    Pablo
    Participant

    Hi, on my website aurafashion.be I have just set the featured images per page. Now every featured image is shown on the page as wel. What is the cause of this and how can I delete this from the pages? My website is still on maintenance mode (because it’s not finished yet, so the website is not visible for you at the moment. See as per attachment what I mean…

    #1061940
    Pablo
    Participant

    See this example…

    #1062100
    Joao
    Moderator

    Hi There,

    The attached images did not upload.

    The files need to be smaller than 500kb

    Please provide us new screenshots in order that we can understand the issue.

    Thanks

    Joao

    #1064781
    Pablo
    Participant

    As you can see, the featured image is shown on top of every page, above the actual content.

    #1064852
    Joao
    Moderator

    Hi There,

    If you would to remove the featured image from the top of your posts.

    Please add the following code to Appereance > Customizer > Custom > CSS

    .single .entry-featured {
    display: none;
    }

    Hope it helps

    Joao

    #1064869
    Friech
    Moderator

    Hi There,

    To remove featured image on pages, either use a blank template for your pages


    screenshot

    Or add this custom css on your customizer

    .page .entry-featured { display: none; }

    Thanks.

    #1068169
    Pablo
    Participant

    Hi, I used blank templates now for most of my pages, but one page needs a sidebar. I used the layout “content left, sidebar right” and then added the code “.page .entry-featured {display:none;}” in my custom css, but the featured image is still there. Now what?

    #1068172
    Pablo
    Participant

    Ok, no worries. I replaced the selectors by “#post-13 .entry-featured” and now the issue is gone!

    #1068255
    Joao
    Moderator

    Great to hear it.

    Let us know if we can help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1061936 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>