Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1336529
    INcroatia
    Participant

    Hi there,

    I’ve been able to remove tags and categories from the Grid via css below via other forum queries. I’d also like to remove Date and Comments. Can you please suggest code that can do this? I’m using Quito. I’d still like the title and summary text though preferably only 20 words. Is this also possible? Code or is there a settings function to change the length of summary text? thanks!!

    http://austrianadaptation.com/new/

    .tg-cats-holder > span,
    .tg-cats-holder .post_tag {
    display: none;
    }
    .tg-cats-holder {display: none !important}
    }

    .tg-item-date { display: none!important; }

    }

    #1336639
    Christian
    Moderator

    Hey there,

    Please edit the skin you’re using and remove the date and comment elements. You could also adjust the excerpt length. See attachments. Also check out these resources about the skin builder:

    http://theme-one.com/docs/the-grid/#!/skin_builder

    Thanks.

    #1337177
    INcroatia
    Participant

    Brillant!

    #1337193
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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