Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1346013
    fearofpudding
    Participant

    Ok, got this sorted now using external player.

    If I put in a nofeatured body class with the following CSS it works.

    .page .x-main.left .hentry .entry-featured, .nofeatured .x-main.left .hentry .entry-featured {
    display: none;
    }

    #1346021
    fearofpudding
    Participant

    Or not…

    For some reason when I apply nofeatured to the body class of the post, nofeatured is also included in the body of the blog home page…. surely the per page body class should be for that post only, right?

    #1346065
    Rad
    Moderator

    Hi there,

    How about this,

    .page .x-main.left .hentry .entry-featured, .single-post .nofeatured .entry-featured {
    display: none;
    }

    Cheers!

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