Skip to main content
Solved

Removing timestamp from an article


Idan
  • Contributor ⭐️⭐️⭐️
  • 18 replies

Hey everyone! Is it possible to remove the time when an article was created? Like here in the attached screenshot where it says 28 days ago?

 

Thank you

 

Best answer by bas

You could do this with custom CSS, something like:

/* hide timestamp from specific category */
/* 3 lines, first removes timestamp, second the dot separator and the third re-aligns everything */

body.category-2 .qa-topic-first-post li .tooltip .qa-latest-post-time {
	display: none;
}
body.category-2 .qa-topic-first-post li:nth-of-type(2)::before {
	display: none;
}
body.category-2 .qa-topic-first-post li:nth-of-type(2){
  margin-left: 0;
}
View original
Did you find this topic helpful?

10 replies

Daniele Cmty
Forum|alt.badge.img+1
  • Helper ⭐️⭐️
  • 276 replies
  • November 24, 2022

Hi @Idan 

Would you like to remove it from all articles / topics or just for a specific one?


Idan
  • Author
  • Contributor ⭐️⭐️⭐️
  • 18 replies
  • November 24, 2022

Hey @Daniele Cmty

We were thinking of moving it from all the KB articles.

Some customers indicated that old articles that were updated remained with the old date... 


bas
Forum|alt.badge.img+1
  • Helper ⭐️⭐️⭐️
  • 87 replies
  • Answer
  • November 24, 2022

You could do this with custom CSS, something like:

/* hide timestamp from specific category */
/* 3 lines, first removes timestamp, second the dot separator and the third re-aligns everything */

body.category-2 .qa-topic-first-post li .tooltip .qa-latest-post-time {
	display: none;
}
body.category-2 .qa-topic-first-post li:nth-of-type(2)::before {
	display: none;
}
body.category-2 .qa-topic-first-post li:nth-of-type(2){
  margin-left: 0;
}

revote
Forum|alt.badge.img+2
  • VIP ⭐️⭐️⭐️⭐️⭐️
  • 793 replies
  • November 24, 2022
bas wrote:

You could do this with custom CSS, something like:

This removes timestamp just from the qa-articles?


bas
Forum|alt.badge.img+1
  • Helper ⭐️⭐️⭐️
  • 87 replies
  • November 24, 2022

The snippet was meant as inspiration, not as a specific fix for this specific need. Check what you need based on your own structure.
What I shared removes the timestamp from topics in the category with ID=2


Daniele Cmty
Forum|alt.badge.img+1
  • Helper ⭐️⭐️
  • 276 replies
  • November 24, 2022

@Idan in your case the category ID for 

https://community.cymulate.com/cymulate-s-news-updates-2
 

is “2” (last number on the URL)


revote
Forum|alt.badge.img+2
  • VIP ⭐️⭐️⭐️⭐️⭐️
  • 793 replies
  • November 24, 2022
bas wrote:

The snippet was meant as inspiration, not as a specific fix for this specific need. Check what you need based on your own structure.
What I shared removes the timestamp from topics in the category with ID=2

Oh sorry, of course. I looked the code again. Sorry 


bas
Forum|alt.badge.img+1
  • Helper ⭐️⭐️⭐️
  • 87 replies
  • November 24, 2022

And my apologies in turn, that message was a lot harsher in tone than I meant it to be 🤗


Idan
  • Author
  • Contributor ⭐️⭐️⭐️
  • 18 replies
  • November 24, 2022

Thank you all for helping! I will try it with our developers. 

 


Paul_
Forum|alt.badge.img
  • Contributor ⭐️⭐️⭐️⭐️⭐️
  • 60 replies
  • November 29, 2022

Love this topic btw. Always looking for some cool CSS stuff. 

 

Show content

Because I know nothing.

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings