New Landing How can we help? Cardinal Remove, date, author and "article" in masonry blog

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #91532
    leggero
    Member
    Post count: 107

    Hi

    Is there a possibility to remove the date, author and “article” on the blog masonry?

    thanks and best regards

    Caspar

    Attachments:
    You must be logged in to view attached files.
    #91562
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    In the settings for the blog asset, for ‘show details’ choose no

    – Kyle

    #92591
    leggero
    Member
    Post count: 107

    Hi Kyle
    Thanks. Any chance to exclude also the name “article” and the space underneath the PDF icon?
    Best
    Caspar

    Attachments:
    You must be logged in to view attached files.
    #92595
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .masonry-items .blog-item .details-wrap, .masonry-items .blog-item .grid-no-image {
      padding: 15px 30px 60px;
    }
    .details-wrap > h6 {
      display: none;
    }

    – Kyle

    #200709
    leggero
    Member
    Post count: 107

    Hi Kyle

    It has been working for Cardinal, but I’m looking for the same in the Atelier theme:

    http://itf.leggero4.myhostpoint.ch/wordpress/veranstaltungen/

    Any chance to hide the date panel in the blog masonry?

    Thanks and best regards

    Caspar

    #200728
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    If you mean this one.
    https://www.dropbox.com/s/uidiwo49l8dsp44/Screenshot%202015-08-04%2017.12.30.png?dl=0

    Add the code below to your custom css option.

    .blog-item .side-details, .narrow-date-block {
        display: none;
    }

    -Rui

    #200748
    leggero
    Member
    Post count: 107

    Perfect, thanks!
    I really appreciate your quick & reliable support

    Caspar

    #200751
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.
    -Rui

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.