New Landing How can we help? Themeforest Theme Support Neighborhood Remove Author info in blog (have tried CSS from the forum, not working)

Viewing 15 posts - 1 through 15 (of 15 total)
  • #91475
    BBadmin
    Member
    Post count: 97

    Id like to remove the author thumbnail from the blog.

    I have used the following to remove the date and other icons but i cant get author info to hide

    .blog-items .meta {
    display: none;
    }
    span.standard-post-date{display:none !important}
    div.comments-likes{display:none !important}
    .overlay .thumb-info i {
    display: none;
    }
    .standard-post-author.span1 {
    display: none;
    }
    .standard-post-author {
    display: none;
    }
    .author-info-wrap {
    display: none;
    }

    #91476
    BBadmin
    Member
    Post count: 97

    nevermind, worked it out

    #91524
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great!

    – Kyle

    #131674
    snarfe
    Member
    Post count: 80

    @Bbadmin could you post your solution please?

    #131679
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi @snarfe,

    Do you need the same thing? What do you want to remove exactly and where?
    can you provide your website link?

    Thanks.

    -Rui

    #131684
    snarfe
    Member
    Post count: 80

    Thanks for your reply Rui, I just sorted it too I think!

    http://www.monkind.com/news

    i wanted to remove the author and date information under the post title, and succeeded with:

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

    I’m also toying with the idea of taking out the comment and like images, if i do decide on that, I guess it will be:

    }
    span.standard-post-date{display:none !important}
    div.comments-likes{display:none !important}
    .overlay .thumb-info i {
    display: none;
    }

    #131687
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great 🙂 Yes pretty sure that will work

    – Kyle

    #172501
    Carol
    Member
    Post count: 73

    I am having same issues in atelier – used:
    .post-info .author-name{ display: none; }.post-aux-wrap {
    display: none;

    but authors are still displaying within related posts widget –

    I wish to remove references to authors globally throughout entire site, please!

    #172508
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    
    .related-items .author{
    display:none;
    }

    -Rui

    #172543
    Carol
    Member
    Post count: 73

    Perfect-thanks!

    #172612
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Rui

    #174922
    qoorr
    Member
    Post count: 3

    Hi there,

    I managed to remove the icons, how do I remove the “no comments and read more” ?

    Thanks

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

    What’s your link?

    – Kyle

    #174926
    qoorr
    Member
    Post count: 3
    This reply has been marked as private.
    #174932
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    .search-results .read-more-button, .search-results .post-item-details {
      display: none;
    }

    – 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