Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1030656
    khzidan
    Participant

    how can I remove the text under the feature photo in the home page http://successentrepreneur.org/

    I do not really know why some posts are having text and other are only photos?

    cheers,
    khalid

    #1031377
    Christopher
    Moderator

    Hi there,

    Standard posts format display excerpt, too hide it add following code in Customize -> Custom -> CSS :

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

    Thanks.

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