New Landing How can we help? Themeforest Theme Support Flexform How to hide author (and date) in blog root?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Flexform
  • #5464
    ohsochan
    Member
    Post count: 5

    Hi there,

    Thank you for a very comprehensive and amazing theme!

    I’m working for a client who wants to not be mentioned by name in the blog root. They will only use the blog for news and press releases and do not want to socially engage with visitors. That means comments have been turned off, ‘heart-likes’ have been removed etc, related posts are not even visible. The date will suffice.

    How do I turn off/hide that information? And is there a way to keep the date or will that go as well?

    Thx

    #5468
    Ben – SUPPORT
    Member
    Post count: 690

    try adding

    .post-info .author-name{ display: none; }

    to the css

    Cheers
    -Ben

    #5516
    ohsochan
    Member
    Post count: 5

    Hmm… Do you mean in Custom CSS field? Nothing seems to happen here.

    #5620
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Which blog template are you using? CSS will be different depending on the template used.

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

    Cosmin
    Support Assistant

    #5621
    ohsochan
    Member
    Post count: 5

    Flexform

    #5652
    Cosmin – SUPPORT
    Member
    Post count: 3851

    I mean, what type of blog element? Standard, Mini, Masonry, with sidebars or not?

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

    Cosmin
    Support Assistant

    #5653
    ohsochan
    Member
    Post count: 5

    Oh, right. I’m using the Mini.

    #5655
    Cosmin – SUPPORT
    Member
    Post count: 3851

    And regarding sidebars? Left, right, none?

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

    Cosmin
    Support Assistant

    #5657
    ohsochan
    Member
    Post count: 5

    none.

    #5659
    Cosmin – SUPPORT
    Member
    Post count: 3851

    The mini with no sidebar uses a CSS class that is present in other templates as well.

    To remove it globally:

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

    To remove it only from the Mini blog with no sidebars:

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

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

    Cosmin
    Support Assistant

    #5660
    ohsochan
    Member
    Post count: 5

    Thank you 🙂

    #5662
    Cosmin – SUPPORT
    Member
    Post count: 3851

    You’re welcome 🙂

    If you like the product and support, please take a moment to rate our theme in your ThemeForest downloads area, we would greatly appreciate it!

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

    Cosmin
    Support Assistant

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