Removing dates

Posted in: Newspaper
Post count: 96

Hi, I would like to remove dates on a few categories but I seem not to be getting it right
.category-id-16 .time.entry-date.updated.td-module-date{
display: none !important;
}
I would appreciate some guidance

  • This topic was modified 7 years by dennis.
Post count: 35449

Hi,

Please put space between classes, and if there is more then a element, please separate the classes for each element with ‘,’
Here is an example:
https://www.screencast.com/t/hBxLmsbcfuP
Hope this will help you.

Thanks.

Post count: 96

What about on the post

i had tried this did not work
.category-16 .td-post-date .td-post-date-no-dot,
.category-18 .td-post-date .td-post-date-no-dot{
display: none ;
}

Post count: 35449

Hi,

Please read our guide for Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
You can try this for posts
https://www.screencast.com/t/mEr6GRUk
https://www.screencast.com/t/FdqhB2v1
.postid-644 .td-post-date {
display: none ;
}

Hope this will help you.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.