Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1340700
    karaokelove
    Participant

    Hi, I was able to remove featured images from ALL of my pages by using body.page .entry-thumb {display: none;}

    However, I can’t seem to figure out how to remove featured images from ALL posts. I can find info on how to remove the featured image from a single post, but there’s nothing on how to do it for all post. Please help!

    #1340704
    karaokelove
    Participant

    Nevermind, got it figured out. For anyone else interested, I’m currently using

    .x-header-landmark {display: none;}
    
    body .entry-thumb {display: none;}
    
    body .entry-header {display:none;}

    This removes the entire header and image from all of my posts and pages, allowing me to have more control by creating the header in Cornerstone.

    #1340952
    Lely
    Moderator

    Hello There,

    Glad you were able to figure this out. Just note that doing this in Cornerstone means that you have to do it for every page.

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