Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1267293
    jeffdesign
    Participant

    How do I disable the featured image when someone pulls back search results? Right now the featured image on search results page is too big.

    http://dev.scriptorium.com/

    Thank you,
    Jeff

    #1267613
    Jade
    Moderator

    Hi Jeff,

    Please add this code in the customizer:

    .search-results .entry-featured {
        display: none;
    }

    Hope this helps.

    #1268154
    jeffdesign
    Participant

    Yes. Thank you.

    #1268175
    Paul R
    Moderator

    You’re welcome! 🙂

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