Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #26214
    Samer K
    Participant

    when a featured image is selected it appears on home page and also on the top of the blog post. Is it possible to assign a featured image (to have on home page) but no have it big on the blog post before the post text?? Takes up too much space.

    thanks

    #26406
    Christian
    Moderator

    Hey Samer,

    In the Customizer > Custom > CSS, please add the code below.

    .single .entry-thumb img { display: none; }

    Hope that helps. 🙂

    #26474
    Samer K
    Participant

    Great! that helped,

    Please see http://www.crapspit.org/setting-win-loss-limits-craps/

    it leaves an empty box with border. anyway to make it go too? either way better than the big image i had…

    #26767
    Kory
    Keymaster

    Hey Samer,

    Thanks for writing in! Try the following CSS in addition to the code we gave you previously:

    .single .entry-featured {
      border 0;
      padding: 0;
    }

    Thanks!

    #26780
    Samer K
    Participant

    Thanks, added the code,

    Please see http://www.crapspit.org/setting-win-loss-limits-craps/

    I can live with a line 🙂

    Great support!

    #26822
    Support
    Member

    Hi Samer,

    Your Welcome!

    Thanks

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