New Landing How can we help? Themeforest Theme Support Dante Remove "posted by" and "about"

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #35349
    zorrobyte
    Member
    Post count: 7

    Greetings!

    I’m looking to remove “Posted by admin on December 6, 2013 in”
    and
    About admin (with avatar)

    http://infinitegamesgr.com/events/friday-night-magic-2013-12-06/

    #35425
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Sure, just add this to the custom css box within theme options:

    .author-info-wrap, .post-info {
    display: none;
    }

    – Ed

    #35797
    derestricted
    Member
    Post count: 76

    That almost works, but how do I get ride of the: ‘By admin on’ part? I just want to leave the date. thanks.

    Latest

    #35859
    derestricted
    Member
    Post count: 76

    i can get rid of posted by AND the date with .blog-item-details {
    display: none;
    }

    but I still want to leave the date… please advise..

    #36104
    derestricted
    Member
    Post count: 76

    bump

    #36323
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,

    If you are using a child theme you will have to change the code in the function sf_get_post_item() in
    @filename: sf-post-formats.php
    @location: /includes

    And change the markup manually on line 412 or 472 or 499 or 544 or 570 depending on what blog format you have chosen.

    Hope this helps.

    Thanks
    Tahir

    #36333
    derestricted
    Member
    Post count: 76

    thanks, that makes sense. I have copied the child theme folder into the same folder as the dante theme. DO i need to activate the child theme with some code or is just putting it in the themes folder enough?

    #36502
    Melanie – SUPPORT
    Member
    Post count: 11032

    You need to activate the theme in wp-admin > Appearance, that’s all 🙂

    Other than that you just need to make sure to reference the files correctly.

    #42647
    MH
    Member
    Post count: 3
    This reply has been marked as private.
    #42782
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    @MH

    Add this and it should do the trick.

    .standard-post-author.span1 {
      display: none;
    }

    – Kyle

Viewing 10 posts - 1 through 10 (of 10 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