Date time stamp on ideation and product update replies

Related products: None

Hi,

Is it possible to add a date and time stamp to ideation and product update replies like it does on the forum replies?

Thanks

Ellie

Hi @ellie.jordan.rh 👋,

This was being caused by some of the custom CSS that had been added:

.post__user__meta ul.text--meta li:nth-child(3), 
body.twig_page-product-update .post__user__meta > ul > li:nth-child(2),
body.twig_page-idea .post__user__meta > ul > li:nth-child(2), body.twig_page-idea .post__user__meta > ul > li:nth-child(2){
display: none;
}

This selector meant that the time/date stamp was also being hidden. I’ve updated the CSS selector so that it only targets the reply count by a user’s username but still leaves the time/date stamp visible.


Amazing! Thank you so much!


NewClosed