Comments Rboullay started the conversationJuly 27, 2022 at 8:23amHello,how can i do please in order to add a text before datetime in single post articles? 2,878PenciDesign repliedJuly 27, 2022 at 8:50amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:.post-box-meta-single span time:before { content: 'post on'; display: inline-block; margin-right: 5px; color: #000;}Change 'post on' with any text you want to show.Regards,PenciDesign. Sign in to reply ...
Hello,
how can i do please in order to add a text before datetime in single post articles?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.post-box-meta-single span time:before {
content: 'post on';
display: inline-block;
margin-right: 5px;
color: #000;
}
Change 'post on' with any text you want to show.
Regards,
PenciDesign.