Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1359872
    prostyledev
    Participant

    Hello,

    I found how I can remove the huge featured image on pages & posts but not for custom post types? Is there a specific element I need to include in my css? I want to remove the entry-thumb for all posts in this custom post type.

    Here is the link
    http://newdev.carmenmiranda.com/team/carmen-miranda/

    #1359892
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

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

    Hope it helps 🙂

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