New Landing How can we help? Themeforest Theme Support Flexform Remove author and postdate from all blog versions

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Flexform
  • #4354
    Charlie999
    Member
    Post count: 92

    I like to remove the post author as well as the postdate from all 3 blog versions.
    Blog Masonry works well from options and is OK.
    Blog Standard i’m only able to remove the author with custom css, but not the post date. How to?
    Blog Mini, i can’t remove anything, how to remove author and post date?

    Regards, Charlie

    #4423
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Charlie,

    To remove the post date from all templates, add this CSS:

    .post-date, .standard-post-date {
      display: none;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #4441
    Charlie999
    Member
    Post count: 92

    Sorry, did not work. I want to know how to get rid of the both “author info” and “post dates” from all blog versions. The Masonry blog version works as i want, it’s possible to choose if i want those information on the blogs or not. I tried to remove it from the includes/post-formats/standard.php file as well, but no success.

    #4511
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Sorry, misread and thought you only needed the date.

    Let’s try again:

    .post-date, .standard-post-date, .standard-post-author, .blog-item-details {
      display: none !important;
    }
    
    Regards,
    
    ————————————————————————————————————
    
    Cosmin
    Support Assistant
    #4602
    Charlie999
    Member
    Post count: 92

    Hi
    Actually this code will not remove anything and is not an answer to my question really. I wanted to remove the author and postdate from ALL Blog types. Mini and Standard.

    The Masonry Blog type is working fine, it works to delete them from the settings.
    Regards, Charlie

    #4802
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Charlie,

    The code above does just that, I had it tested on our demo before posting it…

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register