Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1155677
    gobeyondesign
    Participant

    http://www.tsi4usa.com

    The featured image size is gi-gunda. I would like to set a featured image so it propagates to my recent posts, but I need this sucker to….

    #1 be smaller on my recent posts feed on the home page
    #2 not show up on the individual posts page at all.

    #1155844
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    .x-recent-posts .x-recent-posts-img {
        background-size: contain;
    }
    
    .single-post .entry-thumb img {
        display: none;
    }

    Hope this helps.

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