Hide the "Posted on" and "Posted in"

  • Unknown's avatar

    Hi,
    I don’t want to see the following at the top of my posts:
    Posted on February 9, 2014 by eventspectrumlondon • Posted in Our team • • (Edit)
    I followed SacredPath’s advice in another post and added the following CSS code:
    .entry-meta .entry-date {
    display: none;
    }

    .entry-meta a {
    display: none;
    }

    .byline a {
    display: inline;
    }

    However, having saved the above changes, I still get this:
    Posted on by eventspectrumlondon • Posted in • •

    How can I remove all of it? Could you please advise the code I need to copy and paste? This is all new to me and I don’t have anyone else to ask, so many thanks in advance for your help.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello,

    If you want to delete the entire line, this CSS should suffice:

    .entry-meta {
    	display: none;
    }
  • Unknown's avatar

    Hi,
    So should I delete the CSS I added (as quoted above) and replace it with what you have shown?
    Katrina

  • Unknown's avatar

    Hi, I tried the above while waiting and that works a treat, thank you very much!
    Katrina

  • Unknown's avatar

    Hi Katrina,

    Yes, in the meanwhile you can remove the CSS you have added previously. My CSS should be enough.

    Note that I only checked on some pages, though (mostly on single post like this one eventspectrum.co.uk/2014/02/10/conferences-meetings/). If, after applying my CSS, you find any other pages where the “Posted on” part still show up, please post the URL here so me or other volunteers here can check.

  • Unknown's avatar

    Just read your update.

    You’re welcome. Glad you got that working!

  • Unknown's avatar
  • The topic ‘Hide the "Posted on" and "Posted in"’ is closed to new replies.