Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1290541
    striker150
    Participant

    Hey Themeco!

    I would like to have a little bit of control over the category pages for posts. I would like to hide the Featured image and the Post title on the individual post pages, while leaving the featured image and title on the category pages.

    While I’m in there, I am trying to use this tutorial to move the post title above the image in the category views.

    Thanks for the help!

    WordPress: 4.6.1
    ThemeX: Version 4.6.4
    Cornerstone: Version 1.3.3
    Integrity Stack

    #1290548
    striker150
    Participant
    This reply has been marked as private.
    #1290827
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .single-post .entry-featured,
    .single-post h1.entry-title {
    	display: none;
    }

    Hope it helps, Cheers!

    #1292249
    striker150
    Participant

    This did more than Help!

    I have been throwing css variables at it for a while, didn’t think simple!!

    Thank you so much!!

    #1292283
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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