New Landing How can we help? Themeforest Theme Support Neighborhood How to remove author from blog posts, but keep date showing

Viewing 15 posts - 1 through 15 (of 15 total)
  • #64748
    RHR
    Member
    Post count: 42

    http://www.roundhillroastery.com/blog/
    Neighborhood theme

    I have already added css to remove the blog item details:
    .blog-item-details {
    display: none !important;
    }

    but how can I still show the date?

    #64749
    kastyles
    Member
    Post count: 123

    You can do it per post, there is a box to check/uncheck to show author info towards the bottom so you can keep the other info.

    Override in the whole blog CSS I dont know! ha ha

    #64814
    RHR
    Member
    Post count: 42

    I’m afraid that this doesn’t solve the issue, kastyles.

    #64941
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    In your theme options, you can set a single author, which will remove the author details

    (see screenshot)

    – Kyle

    #64964
    kastyles
    Member
    Post count: 123

    Kyle, where is that option? I dont see this in my theme panel.

    Id actually like to remove the date but keep the comment bubble and heart.

    #64970
    RHR
    Member
    Post count: 42

    Thank you Kyle, but I can’t find ‘Blog options’ in my theme (Neighborhood) or anything that looks like your screenshot.

    #64978
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Sorry the option is only available for Dante, my mistake.


    @kastyles
    add this to your custom css:

    .blog-item-details {
    display: none !important;
    }

    @RHR as the author and date is in the same container, you can’t hide just one.

    – Kyle

    #64980
    RHR
    Member
    Post count: 42

    Thank you, Kyle. You have confirmed what I thought was the case. I shall just keep my custom css as it is to hide both.

    #64982
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

    #65363
    kastyles
    Member
    Post count: 123

    Thank you Kyle. that CSS didnt work for me though.

    I just cleaned out some old posts that dont ‘fit’ anymore, some are deleted and some in back in draft mode because I need to update pictures.(I have posts going back to 2011) I just dont want such a date gap on the posts. I love the like heart and the comment bubble. I love that feature.

    I do think its odd the year sits on a different line too… Is there a fix for that? I’ll probably bring the date back months form now when I swing back into blogging… When it pushes the older content back more so the gap becomes a non issue more or less.

    Thanks RHR for letting me highjack here a bit! ๐Ÿ™‚

    #65416
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can you send me the link and tell me what it is you want to hide?

    – Kyle

    #65443
    kastyles
    Member
    Post count: 123

    Just the date on the blog. To the right in the main blog view on a post is a date, comment bubble, and a like heart. I just want to get rid of the date there.

    #65508
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this custom css ๐Ÿ™‚

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

    – Kyle

    #71999
    dashatron
    Member
    Post count: 2

    Hi Kyle, I have the Dante theme but I can’t find this Blog Options in the Theme Options panel…can you point me to where I can locate it? Thanks!

    #72385
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Go to Theme Options > Custom CSS and copy and paste the code above

    – Kyle

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

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

License required for one of the following items
Login and Registration Log in · Register