• Resolved CB

    (@tng2013)


    Hello Richie, amazing theme and your support is incredible!

    I would like to remove the author and comment meta info from the homepage and from the posts as well and only keep the date meta (so I just want to display the date and nothing else on both the homepage and posts page).

    I know this can be done through custom CSS, just not sure on the code:

    For the homepage, I’m using

    .feat-meta {
    display:none;
    }

    but it is hiding everything. Also, I don’t know what I would use for the posts. Your help would be greatly appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Richie KS

    (@rkcorp)

    add this to theme option->custom css

    #container .feat_author, #container .feat_comment, #container .post-author, #container .entry-date { display:none; }

    Thread Starter CB

    (@tng2013)

    Hi Richie,

    Tried adding the CSS but unfortunately on the homepage it is still hiding everything (I need to show the date) and on the post page it is showing the category, not the date.

    Here is the site: https://www.attoday.pipeten.co.uk

    Any other ideas?

    Theme Author Richie KS

    (@rkcorp)

    did you remove your previous code?
    feat-meta {
    display:none;
    }

    clear cache again..

    Thread Starter CB

    (@tng2013)

    Yes, I removed the previous CSS and also cleared cache but it is still looking the same unfortunately. Could it be anything else?

    Thread Starter CB

    (@tng2013)

    All sorted, as I wanted to just show the date I just needed to remove
    #container .entry-date
    from your code. Many thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing certain meta’ is closed to new replies.