Hy could you tell me how i can deactivate the date of the post in den custom css? Thanks. Dani
Hi there,
It is actually not necessary to add a custom CSS to disable the date in posts. You just need to go to X > Theme Options > Blog then disable Post Meta.

If you want custom CSS to hide it, please try:
.single-post .p-meta {
display: none;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.