Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1214346
    michele
    Participant

    Hi, I have a question I want to stop the featured images on my posts appearing on the actual post.
    I tried the code
    .single .entry-featured {
    display: none;
    }
    in my customiser, but it does not work for me.
    Any ideas?
    Michele

    #1214348
    michele
    Participant
    This reply has been marked as private.
    #1214528
    Paul R
    Moderator

    Hi Michele,

    There was an excess curly bracket that was preventing the code from working.

    http://screencast.com/t/27CvPUow

    I went ahead and remove it for you.

    Please check.

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