Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1330492
    islandowl
    Participant

    What am I doing wrong? This code is working for the single post but not for pages.
    The goal here is to not have the featured image show up on either pages or posts.
    Using Ethos with a child-theme.

    /** for Single Page **/
    .page .entry-featured
    {
      display: none;
    }
    
    /** only for Single Post Type **/
    .single-post .entry-featured
    {
      display: none;
    }

    Here is an example of where the featured image is still showing up on a Page: http://vividlyclear.com/audiobook-narration/ The little owl in the square should not be there. That is just the featured image for that page.

    #1330603
    Christopher
    Moderator

    Hi there,

    Please check style.css file, you didn’t add following code yet:

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

    Thanks.

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