Home › Forums › Support › Customizing the post date This topic has 7 replies, 2 voices, and was last updated 3 years, 12 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts June 6, 2019 at 3:57 am #921396 Hasan I’ve placed the following CSS on the child theme to customize the post date on the single posts as provided on the theme document: .posted-on .updated:before { content: "Taken on "; } But nothing is being changed. Please suggest how to fix that: http://prntscr.com/nydari June 6, 2019 at 4:35 am #921439 DavidStaff Customer Support Try this: .posted-on:before { content: 'Taken on '; } June 6, 2019 at 5:40 am #921486 Hasan Perfect! Thanks!! June 6, 2019 at 5:42 am #921487 DavidStaff Customer Support You’re welcome June 6, 2019 at 5:54 am #921492 Hasan Hi again David! How can I also change this for the list created with show posts on this page? https://snapbangladesh.com/stories/ I need this line to be the same format as the single posts like this: http://prntscr.com/nyf7yg June 6, 2019 at 6:21 am #921513 DavidStaff Customer Support Try this: .wp-show-posts-entry-meta { display: flex; flex-direction: row-reverse; justify-content: flex-end; } .wp-show-posts-separator { display: none; } .wp-show-posts-byline:before { content: '\00a0 by '; } .wp-show-posts-posted-on:before { content: ' Taken on '; } June 6, 2019 at 10:09 am #921851 Hasan Awesome! Thanks a million!! 🙂 June 6, 2019 at 10:15 am #921855 DavidStaff Customer Support You’re welcome Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In