Meta data on post page and post items

Hi,

I have built my site with the ethos stack and PRO (2.4.6) and the posted date etc is not appearing like you demo. Here is my site:
https://hadleylearningcommunity.org.uk/primary/news/
and this is how it is on your demo:
http://demo.theme.co/ethos-1/

Can you tell me how i enable this. I would like the it the same but minus the comments meta.
thanks.

Haha, never mind i have found it :slight_smile: Just need to see if i can switch the comments part off if thats possible?

thanks.

Sorry, found this which has removed what i want.

.p-meta span:nth-child(3) {
display: none !important;
}

but is there a way to remove that last forward slash from the meta / ?. I have another site: https://snhs.kirklees.sch.uk/news/ and i cant remember having to do anything with the css to removed the comments part and that has now / at the end? Sorry for all the comments guys.

thanks

Hello Chris,

Thanks for posting in!

To resolve your issue, simply update the CSS code and use this instead:

.p-meta span:nth-child(3),
.p-meta span:nth-child(2):after {
    display: none !important;
}

We would loved to know if this has work for you. Thank you.

Thanks @RueNel. It worked like a dream. I was so close too :slight_smile:
Have a good evening.

You’re welcome!
Thanks for letting us know that it has worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.