Removing the 'updated on' date on Eventbrite
-
I found this forum thread on a similar topic but it didn’t contain the answer on how to fix this issue. We would like to remove the ‘Updated On’ date timestamp and just leave the ‘Posted on’ date. Can you advise?
https://en.forums.wordpress.com/topic/scheduled-post-have-post-date-also?replies=13
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Because you have the Premium upgrade, you can make adjustments to your theme’s CSS code in order to hide your Update On stamp.
If you’d like to give this a try, click Appearance → Customize in your site’s Dashboard. Then, click CSS in your right-hand menu. In the CSS Revisions box, please paste the following underneath all existing text:
.event-text p.date .updated-date {
display: none;
}Then Save your changes.
That should do the trick! If I can help in any other way, please drop me a line. Cheers :)
-
-
- The topic ‘Removing the 'updated on' date on Eventbrite’ is closed to new replies.