New Landing How can we help? Themeforest Theme Support Supreme Remove author details on all posts, including excerpt as well on post slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Supreme
  • #25535
    joeyw
    Member
    Post count: 78

    Hi,

    Our website is now live! http://www.echoesmagazine.co.uk we have been getting some great comments back!

    The author would like to take out his name on all posts including the post slider excerpt, please can you let me know the best way to do this.

    Thanks
    Jo

    #25550
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,

    Try adding this css to custom css box

    .post-item-details {display:none;}

    Thanks
    Tahir

    #25551
    joeyw
    Member
    Post count: 78

    Thanks I have applied that but it still isn’t working ๐Ÿ™ although it looks like the author details have come off the post carousel? but not the masonary post, slider or actual posts?

    any help would be great thanks ๐Ÿ™‚

    #25770
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Change the code above, to this:

    .blog-item-details, .post-item-details { 
      display:none;
    }

    If you need the author box removed on individual posts, use this instead:

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

    Regards,
    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”

    Cosmin – Support

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

You must be logged in to reply to this topic.