Skip to content
Public Ticket #21702

Add text before datetime

Conversation thread

PenciDesign Supporter replied

Staff Reply

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.



Rboullay started the conversation

Conversation Start

Hello,

how can i do please in order to add a text before datetime in single post articles?

Want to join this conversation or access attachments? Sign in first.