Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1287124
    weclose
    Participant

    Hi,

    Is there a way to hide the text under the image on the blog page?

    I would only like to show the header and image, and the rest shows up when you click on the blog post.

    Link in next post. Thanks in advance!

    #1287125
    weclose
    Participant
    This reply has been marked as private.
    #1287132
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    To hide it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .blog .entry-content.excerpt {
        display:none;
    }
    

    Hope that helps.

    #1287274
    weclose
    Participant

    Works, thanks!

    #1287308
    Paul R
    Moderator

    You’re welcome! 🙂

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