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,
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 ,
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!
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.